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 45 static pthread_t s_tid_reader; variable
584 ret = pthread_create(&s_tid_reader, &attr, readerLoop, &attr);
740 if (0 != pthread_equal(s_tid_reader, pthread_self())) {
892 if (0 != pthread_equal(s_tid_reader, pthread_self())) {
  /hardware/ril/libril/
ril.cpp 177 static pthread_t s_tid_reader; member in namespace:android
    [all...]

Completed in 436 milliseconds