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

Method Broadcast

system/threading/condition_variable.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void ConditionVariable::Broadcast()
44{
45 CheckValid();
46 TOFT_CHECK_PTHREAD_ERROR(pthread_cond_broadcast(&m_cond));
47}
48
49void ConditionVariable::Wait()
50{

Callers 1

SetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected