Searched refs:s_tid_dispatch (Results 1 – 3 of 3) sorted by relevance
/device/google/cuttlefish/guest/hals/ril/libril/ |
D | ril.cpp | 114 static pthread_t s_tid_dispatch; variable 250 if (!pthread_equal(pthread_self(), s_tid_dispatch)) { in triggerEvLoop() 402 int result = pthread_create(&s_tid_dispatch, &attr, eventLoop, NULL); in RIL_startEventLoop()
|
/device/generic/goldfish/radio/libril/ |
D | ril.cpp | 114 static pthread_t s_tid_dispatch; variable 250 if (!pthread_equal(pthread_self(), s_tid_dispatch)) { in triggerEvLoop() 402 int result = pthread_create(&s_tid_dispatch, &attr, eventLoop, NULL); in RIL_startEventLoop()
|
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril.cpp | 114 static pthread_t s_tid_dispatch; variable 267 if (!pthread_equal(pthread_self(), s_tid_dispatch)) { in triggerEvLoop() 419 int result = pthread_create(&s_tid_dispatch, &attr, eventLoop, NULL); in RIL_startEventLoop()
|