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

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.

File

zLock.h

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