Home | History | Annotate | Download | only in reference-ril

Lines Matching full:s_commandmutex

65  * these are protected by s_commandmutex
68 static pthread_mutex_t s_commandmutex = PTHREAD_MUTEX_INITIALIZER;
214 /** assumes s_commandmutex is held */
231 pthread_mutex_lock(&s_commandmutex);
286 pthread_mutex_unlock(&s_commandmutex);
412 pthread_mutex_lock(&s_commandmutex);
418 pthread_mutex_unlock(&s_commandmutex);
603 pthread_mutex_lock(&s_commandmutex);
609 pthread_mutex_unlock(&s_commandmutex);
696 err = pthread_cond_timedwait(&s_commandcond, &s_commandmutex, &ts);
698 err = pthread_cond_wait(&s_commandcond, &s_commandmutex);
745 pthread_mutex_lock(&s_commandmutex);
751 pthread_mutex_unlock(&s_commandmutex);
897 pthread_mutex_lock(&s_commandmutex);
916 pthread_mutex_unlock(&s_commandmutex);