Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
void ConditionVariable::Broadcast()
44
{
45
CheckValid();
46
TOFT_CHECK_PTHREAD_ERROR(pthread_cond_broadcast(&m_cond));
47
}
48
49
void ConditionVariable::Wait()
50
{
Callers
1
Set
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected