Home
last modified time | relevance | path

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

/system/core/adb/daemon/
Dusb.cpp444 pthread_t worker_thread_handle = worker_thread_.native_handle(); in StopWorker() local
446 int rc = pthread_kill(worker_thread_handle, kInterruptionSignal); in StopWorker()
454 rc = pthread_kill(worker_thread_handle, 0); in StopWorker()