Home
last modified time | relevance | path

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

/hardware/ril/libril/
Dril.cpp116 static pthread_t s_tid_dispatch; variable
252 if (!pthread_equal(pthread_self(), s_tid_dispatch)) { in triggerEvLoop()
404 int result = pthread_create(&s_tid_dispatch, &attr, eventLoop, NULL); in RIL_startEventLoop()