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

Method Signal

system/threading/condition_variable.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void ConditionVariable::Signal()
38{
39 CheckValid();
40 TOFT_CHECK_PTHREAD_ERROR(pthread_cond_signal(&m_cond));
41}
42
43void ConditionVariable::Broadcast()
44{

Callers 5

AddTaskInternalMethod · 0.80
WorkRoutineMethod · 0.80
TerminateMethod · 0.80
TESTFunction · 0.80
SetMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64