Zen API
zLock_Enter
C
zStatus zLock_Enter(zLock lock);
Parameters
Parameters 
Description 
zLock lock 
Lock object. 
Description

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.

File

zLock.h

Copyright (c) 2008-2010 by LMI Technologies Inc. All rights reserved.