If one or more threads are blocked in a CBL_MUTEX_ACQUIRE routine waiting for this mutex, one of them unblocks and returns from its call with the mutex acquired.
Behavior is undefined if either the current thread has not acquired the mutex or
mutex-handle is invalid.
Comments:
If one or more threads are blocked in a CBL_MUTEX_ACQUIRE routine waiting for this mutex, one of them unblocks and returns from its call with the mutex acquired.
Behavior is undefined if either the current thread has not acquired the mutex or mutex-handle is invalid.