Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kLock_Enter ( kLock  lock)

Blocks until exclusive ownership of the lock is acquired.

kLock ownership is recursive - the lock is relinquished when the number of calls to kLock_Exit equals the number of calls to kLock_Enter.

Parameters
lockLock object.
Returns
Operation status.