This class implements a portable inter‐thread signaling primitive.
Synopsis
Declared in <bslmt_condition.h>
class Condition;
Enums
Name |
Description |
The value |
Member Functions
Name |
Description |
|
Constructors |
|
Destroy this condition variable object. |
Wake all threads currently waiting on this condition. |
|
Return the clock type used for timeouts. |
|
Wake a single thread currently waiting on this condition. |
|
Unlock |
|
Unlock |
Created with MrDocs