Home
last modified time | relevance | path

Searched refs:condvar_wait (Results 1 – 1 of 1) sorted by relevance

/xen-4.10.0-shim-comet/tools/xenstore/
A Dxs.c105 #define condvar_wait(c,m) pthread_cond_wait(c,m) macro
140 #define condvar_wait(c,m) ((void)0) macro
459 condvar_wait(&h->reply_condvar, &h->reply_mutex); in read_reply()
887 condvar_wait(&h->watch_condvar, &h->watch_mutex); in read_watch_internal()

Completed in 5 milliseconds