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. |
Signal this condition variable object by waking up all threads that are currently waiting on this condition. If there are no threads waiting on this condition, this method has no effect. |
|
Return the clock type used for timeouts. |
|
Signal this condition variable object by waking up a single thread that is currently waiting on this condition. If there are no threads waiting on this condition, this method has no effect. |
|
|
|
Atomically unlock the specified |
Created with MrDocs