MCPcopy 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
33bool thread_cond::notify()
34{
35 return acl_pthread_cond_signal(cond_) == 0;
36}
37
38bool thread_cond::notify_all()
39{

Callers 7

runMethod · 0.45
pushMethod · 0.45
pushMethod · 0.45
pushMethod · 0.45
pushMethod · 0.45
pushMethod · 0.45
pushMethod · 0.45

Calls 1

acl_pthread_cond_signalFunction · 0.85

Tested by

no test coverage detected