zStatus zLock_Exit(zLock lock);
|
Parameters |
Description |
|
zLock lock |
Lock object. |
Relinquishes ownership of the lock.
zLock owership is recursive - the lock is relinquished when the number of calls to zLock_Exit equals the number of calls to zLock_Enter.
zLock.h