Searched refs:s_commandmutex (Results 1 - 1 of 1) sorted by relevance

/hardware/ril/reference-ril/
H A Datchannel.c78 * these are protected by s_commandmutex
81 static pthread_mutex_t s_commandmutex = PTHREAD_MUTEX_INITIALIZER; variable
226 /** assumes s_commandmutex is held */
243 pthread_mutex_lock(&s_commandmutex);
298 pthread_mutex_unlock(&s_commandmutex);
425 pthread_mutex_lock(&s_commandmutex);
431 pthread_mutex_unlock(&s_commandmutex);
657 pthread_mutex_lock(&s_commandmutex);
663 pthread_mutex_unlock(&s_commandmutex);
755 err = pthread_cond_timeout_np(&s_commandcond, &s_commandmutex, timeoutMse
[all...]

Completed in 21 milliseconds