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

Function acl_pthread_cond_wait

lib_acl/src/thread/acl_pthread_cond.c:238–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236/* Wait on the condition variable forever */
237
238int acl_pthread_cond_wait(acl_pthread_cond_t *cond, acl_pthread_mutex_t *mutex)
239{
240 return acl_pthread_cond_timedwait(cond, mutex, NULL);
241}
242
243#endif /* !ACL_HAS_PTHREAD */

Callers 7

aqueue_waitFunction · 0.85
worker_waitFunction · 0.85
wait_worker_exitFunction · 0.85
block_waitMethod · 0.85
cond_waitMethod · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…