Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/ril/
Datchannel.c75 static pthread_mutex_t s_writeMutex = PTHREAD_MUTEX_INITIALIZER; variable
753 pthread_mutex_lock(&s_writeMutex); in at_send_command_full()
763 pthread_mutex_unlock(&s_writeMutex); in at_send_command_full()
912 pthread_mutex_lock(&s_writeMutex); in at_handshake()
935 pthread_mutex_unlock(&s_writeMutex); in at_handshake()
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Datchannel.c74 static pthread_mutex_t s_writeMutex = PTHREAD_MUTEX_INITIALIZER; variable
751 pthread_mutex_lock(&s_writeMutex); in at_send_command_full()
759 pthread_mutex_unlock(&s_writeMutex); in at_send_command_full()
908 pthread_mutex_lock(&s_writeMutex); in at_handshake()
931 pthread_mutex_unlock(&s_writeMutex); in at_handshake()