Home
last modified time | relevance | path

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

/Linux-v5.10/tools/virtio/virtio-trace/
Dtrace-agent-rw.c115 pthread_mutex_lock(&mutex_notify); in rw_thread_main()
116 pthread_cond_wait(&cond_wakeup, &mutex_notify); in rw_thread_main()
117 pthread_mutex_unlock(&mutex_notify); in rw_thread_main()
Dtrace-agent.h49 extern pthread_mutex_t mutex_notify;
Dtrace-agent.c26 pthread_mutex_t mutex_notify = PTHREAD_MUTEX_INITIALIZER; variable