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

/hardware/ril/reference-ril/
H A Datchannel.c54 static pthread_t s_tid_reader; variable
638 ret = pthread_create(&s_tid_reader, &attr, readerLoop, &attr);
802 if (0 != pthread_equal(s_tid_reader, pthread_self())) {
954 if (0 != pthread_equal(s_tid_reader, pthread_self())) {
/hardware/ril/libril/
H A Dril.cpp153 static pthread_t s_tid_reader; member in namespace:android

Completed in 52 milliseconds