Searched refs:mutex_notify (Results 1 – 3 of 3) sorted by relevance
115 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()
49 extern pthread_mutex_t mutex_notify;
27 pthread_mutex_t mutex_notify = PTHREAD_MUTEX_INITIALIZER; variable