Home
last modified time | relevance | path

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

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