Searched refs:mu (Results 1 – 1 of 1) sorted by relevance
358 pthread_mutex_t mu; member367 pthread_mutex_lock(&nti->mu); in receive_new_data()371 pthread_mutex_unlock(&nti->mu); in receive_new_data()374 pthread_cond_wait(&nti->cv, &nti->mu); in receive_new_data()376 pthread_mutex_unlock(&nti->mu); in receive_new_data()392 pthread_mutex_lock(&nti->mu); in receive_new_data()395 pthread_mutex_unlock(&nti->mu); in receive_new_data()407 pthread_mutex_lock(&nti->mu); in receive_brotli_new_data()411 pthread_mutex_unlock(&nti->mu); in receive_brotli_new_data()414 pthread_cond_wait(&nti->cv, &nti->mu); in receive_brotli_new_data()[all …]