MCPcopy Create free account
hub / github.com/acl-dev/acl / wait

Method wait

lib_fiber/cpp/src/fiber_sem.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27int fiber_sem::wait(int ms)
28{
29 return acl_fiber_sem_timed_wait(sem_, ms);
30}
31
32int fiber_sem::trywait()
33{

Callers 12

stopMethod · 0.45
stopMethod · 0.45
fiber_sem.hppFile · 0.45
popMethod · 0.45
popMethod · 0.45
popMethod · 0.45
popMethod · 0.45
tbox_mixed.cppFile · 0.45
HttpGetFunction · 0.45
HttpGetFunction · 0.45
HttpGetFunction · 0.45
HttpGetFunction · 0.45

Calls 1

acl_fiber_sem_timed_waitFunction · 0.85

Tested by

no test coverage detected