Searched refs:mu (Results 1 – 1 of 1) sorted by relevance
251 pthread_mutex_t mu; member261 pthread_mutex_lock(&nti->mu); in receive_new_data()263 pthread_cond_wait(&nti->cv, &nti->mu); in receive_new_data()265 pthread_mutex_unlock(&nti->mu); in receive_new_data()276 pthread_mutex_lock(&nti->mu); in receive_new_data()279 pthread_mutex_unlock(&nti->mu); in receive_new_data()1290 pthread_mutex_lock(¶ms->nti.mu); in PerformCommandNew()1295 pthread_cond_wait(¶ms->nti.cv, ¶ms->nti.mu); in PerformCommandNew()1298 pthread_mutex_unlock(¶ms->nti.mu); in PerformCommandNew()1614 pthread_mutex_init(¶ms.nti.mu, NULL); in PerformBlockImageUpdate()