Home
last modified time | relevance | path

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

/system/core/adb/
Dusb_osx.c47 static CFRunLoopRef currentRunLoop = 0; variable
383 currentRunLoop = CFRunLoopGetCurrent(); in RunLoopThread()
391 currentRunLoop = 0; in RunLoopThread()
435 if (currentRunLoop) in usb_cleanup()
436 CFRunLoopStop(currentRunLoop); in usb_cleanup()