Home
last modified time | relevance | path

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

/tools/virtio/virtio-trace/
Dtrace-agent-ctl.c67 pthread_cond_broadcast(&cond_wakeup); in wait_order()
120 pthread_cond_broadcast(&cond_wakeup); in rw_ctl_loop()
Dtrace-agent.h49 extern pthread_cond_t cond_wakeup;
Dtrace-agent-rw.c118 pthread_cond_wait(&cond_wakeup, &mutex_notify); in rw_thread_main()
Dtrace-agent.c29 pthread_cond_t cond_wakeup = PTHREAD_COND_INITIALIZER; variable