MCPcopy Create free account
hub / github.com/chen3feng/toft / CheckValid

Method CheckValid

system/threading/condition_variable.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void ConditionVariable::CheckValid() const
32{
33 // __total_seq will be set to -1 by pthread_cond_destroy
34 assert(m_mutex != NULL && "this cond has been destructed");
35}
36
37void ConditionVariable::Signal()
38{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected