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
391 currentRunLoop = CFRunLoopGetCurrent(); in RunLoopThread()
399 currentRunLoop = 0; in RunLoopThread()
443 if (currentRunLoop) in usb_cleanup()
444 CFRunLoopStop(currentRunLoop); in usb_cleanup()