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

/system/core/adb/
H A Dusb_osx.c47 static CFRunLoopRef currentRunLoop = 0; variable
391 currentRunLoop = CFRunLoopGetCurrent();
399 currentRunLoop = 0;
443 if (currentRunLoop)
444 CFRunLoopStop(currentRunLoop);

Completed in 35 milliseconds