Platform-specific condition variable implementation.
Declared in <bslmt_conditionimpl_pthread.h>
template<class THREAD_POLICY>
class ConditionImpl;
| Name | Description |
|---|---|
ConditionImpl<Platform::PosixThreads> | This class provides a full specialization of Condition for pthreads. The implementation provided here defines an efficient proxy for the pthread_cond_t pthread type, and related operations. |