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.

Synopsis

Declared in <bslmt_muteximpl_pthread.h>

void
unlock();

Created with MrDocs