Searched refs:open_mutex (Results 1 – 1 of 1) sorted by relevance
922 pthread_mutex_t open_mutex = PTHREAD_MUTEX_INITIALIZER; variable938 pthread_mutex_lock(&open_mutex); in open_wait()940 pthread_cond_wait(&open_empty, &open_mutex); in open_wait()942 pthread_mutex_unlock(&open_mutex); in open_wait()954 pthread_mutex_lock(&open_mutex); in close_wake()957 pthread_mutex_unlock(&open_mutex); in close_wake()