HomeSort by relevance Sort by last modified time
    Searched refs:s_tid_reader (Results 1 - 2 of 2) sorted by null

  /hardware/ril/reference-ril/
atchannel.c 49 static pthread_t s_tid_reader; variable
586 ret = pthread_create(&s_tid_reader, &attr, readerLoop, &attr);
750 if (0 != pthread_equal(s_tid_reader, pthread_self())) {
902 if (0 != pthread_equal(s_tid_reader, pthread_self())) {
  /hardware/ril/libril/
ril.cpp 176 static pthread_t s_tid_reader; member in namespace:android
    [all...]

Completed in 44 milliseconds