zStatus zLock_Enter(zLock lock);
|
Parameters |
Description |
|
zLock lock |
Lock object. |
Blocks until exclusive ownership of the lock is acquired.
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