17INLINE ConditionVarSimpleImpl::
24INLINE ConditionVarSimpleImpl::
25~ConditionVarSimpleImpl() {
31INLINE
void ConditionVarSimpleImpl::
33 if (_flags & F_has_waiters) {
41INLINE
void ConditionVarSimpleImpl::
43 if (_flags & F_has_waiters) {
A fake mutex implementation for single-threaded applications that don't need any synchronization cont...