TutMutexUnlock unlock a mutex object
mutex
mutex object to unlock
TRUE
if mutex object was successfully unlocked, FALSE
otherwise.
If TutMutexUnlock fails, it returns FALSE
and sets the global SmartSockets error number to one of:
TutMutexUnlock unlocks a locked mutex object. Only the thread that owns the lock on mutex
can successfully unlock it.
Every call to TutMutexUnlock must balance a previous call to TutMutexLock.
This example attempts to unlock a mutex object:
TIBCO SmartSockets™ Utilities Software Release 6.8, July 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |