Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
void ConditionVariable::Signal()
38
{
39
CheckValid();
40
TOFT_CHECK_PTHREAD_ERROR(pthread_cond_signal(&m_cond));
41
}
42
43
void ConditionVariable::Broadcast()
44
{
Callers
5
AddTaskInternal
Method · 0.80
WorkRoutine
Method · 0.80
Terminate
Method · 0.80
TEST
Function · 0.80
Set
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64