Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ notify
Method
notify
lib_acl_cpp/src/stdlib/thread_cond.cpp:33–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
bool thread_cond::notify()
34
{
35
return acl_pthread_cond_signal(cond_) == 0;
36
}
37
38
bool thread_cond::notify_all()
39
{
Callers
7
run
Method · 0.45
push
Method · 0.45
push
Method · 0.45
push
Method · 0.45
push
Method · 0.45
push
Method · 0.45
push
Method · 0.45
Calls
1
acl_pthread_cond_signal
Function · 0.85
Tested by
no test coverage detected