MCPcopy Create free account
hub / github.com/bloomberg/quantum / ConditionVariable

Method ConditionVariable

quantum/impl/quantum_condition_variable_impl.h:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25thread_local static std::atomic_int s_threadSignal{-1}; //thread specific (non-coroutine)
26
27inline
28ConditionVariable::ConditionVariable() :
29 _destroyed(false)
30{}
31
32inline
33ConditionVariable::~ConditionVariable()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected