Searched refs:stage_mutex (Results 1 – 2 of 2) sorted by relevance
119 pthread_mutex_t stage_mutex = PTHREAD_MUTEX_INITIALIZER; variable1107 pthread_mutex_lock(&stage_mutex);1115 pthread_cond_wait(&stage_cond, &stage_mutex);1116 pthread_mutex_unlock(&stage_mutex);1179 pthread_mutex_lock(&stage_mutex);1187 pthread_cond_wait(&stage_cond, &stage_mutex);1188 pthread_mutex_unlock(&stage_mutex);
120 pthread_mutex_t stage_mutex = PTHREAD_MUTEX_INITIALIZER; variable1127 pthread_mutex_lock(&stage_mutex);1135 pthread_cond_wait(&stage_cond, &stage_mutex);1136 pthread_mutex_unlock(&stage_mutex);1202 pthread_mutex_lock(&stage_mutex);1210 pthread_cond_wait(&stage_cond, &stage_mutex);1211 pthread_mutex_unlock(&stage_mutex);