aryUnlock

Unlock an array so that it can be locked by a different thread

Description:

This function ensures that the current thread does not have a lock of any type on the supplied array. See aryLock.

The array must be locked again, using aryLock, before it can be used by any other ARY function. All arrays are initially locked by the current thread when they are first created or opened.

Invocation

aryUnlock( Ary ary, int status );

Notes:

Parameters :

ary
Pointer to to the array to be unlocked.
status
Pointer to global status.