Release a lock on this mutex that was previously acquired through a successful call to lock, or tryLock. The behavior is undefined, unless the calling thread currently owns the lock on this mutex. Note that when this object is recursively locked by a thread, unlock must be called an equal number of times before the lock is actually released.
Synopsis
Declared in <bslmt_recursivemuteximpl_pthread.h>
void
unlock();
Created with MrDocs