Home
last modified time | relevance | path

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

/system/core/adb/
Dusb_osx.c49 static pthread_cond_t start_cond; variable
387 adb_cond_signal(&start_cond); in RunLoopThread()
414 adb_cond_init(&start_cond, NULL); in usb_init()
421 adb_cond_wait(&start_cond, &start_lock); in usb_init()
425 adb_cond_destroy(&start_cond); in usb_init()