17INLINE ConditionVarSimpleImpl::
18ConditionVarSimpleImpl(MutexTrueImpl &mutex) : _mutex(mutex) {
24INLINE ConditionVarSimpleImpl::
25~ConditionVarSimpleImpl() {
31INLINE
void ConditionVarSimpleImpl::
33 if (_flags & F_has_waiters) {
41INLINE
void ConditionVarSimpleImpl::
43 if (_flags & F_has_waiters) {