Searched refs:open_mutex (Results 1 – 1 of 1) sorted by relevance
917 pthread_mutex_t open_mutex = PTHREAD_MUTEX_INITIALIZER; variable933 pthread_mutex_lock(&open_mutex); in open_wait()935 pthread_cond_wait(&open_empty, &open_mutex); in open_wait()937 pthread_mutex_unlock(&open_mutex); in open_wait()949 pthread_mutex_lock(&open_mutex); in close_wake()952 pthread_mutex_unlock(&open_mutex); in close_wake()