Unlock the mutex that guards this thread's message buffer.
Synopsis
Declared in <ball_log.h>
static
void
releaseMessageBuffer(bslmt::Mutex* mutex);
Description
Unlock the specified mutex that guards the buffer used for formatting messages in this thread of execution. The behavior is undefined unless mutex was obtained by a call to Log::obtainMessageBuffer and has not yet been unlocked.
Parameters
Name |
Description |
mutex |
mutex previously obtained from |
Created with MrDocs