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

/hardware/ril/libril/
H A Dril.cpp172 static pthread_mutex_t s_writeMutex = PTHREAD_MUTEX_INITIALIZER; member in namespace:android
1265 pthread_mutex_lock(&s_writeMutex);
1272 pthread_mutex_unlock(&s_writeMutex);
1279 pthread_mutex_unlock(&s_writeMutex);
1283 pthread_mutex_unlock(&s_writeMutex);

Completed in 25 milliseconds