BloombergLP::bslmt::ConditionImpl

Platform-specific condition variable implementation.

Synopsis

Declared in <bslmt_conditionimpl_pthread.h>

template<class THREAD_POLICY>
class ConditionImpl;

Specializations

NameDescription
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.