Searched defs:g_pRunLoopMode (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/USB/darwin/
H A DUSBProxyDevice-darwin.cpp260 static CFStringRef g_pRunLoopMode = NULL; variable
267 * Init once callback that sets up g_MasterPort and g_pRunLoopMode.
280 g_pRunLoopMode = CFStringCreateWithCString(kCFAllocatorDefault, "VBoxUsbProxyMode", kCFStringEncodingUTF8);
281 if (g_pRunLoopMode)
317 if (CFRunLoopContainsSource(CFRunLoopGetCurrent(), SourceRef, g_pRunLoopMode))
330 CFRunLoopAddSource(pListNode->RunLoopRef, SourceRef, g_pRunLoopMode);
355 CFRunLoopRemoveSource(pNode->RunLoopRef, SourceRef, g_pRunLoopMode);
1829 if (!CFRunLoopContainsSource(hRunLoopRef, pIf->RunLoopSrcRef, g_pRunLoopMode))
1834 if (!CFRunLoopContainsSource(hRunLoopRef, pDevOsX->RunLoopSrcRef, g_pRunLoopMode))
1838 if (!CFRunLoopContainsSource(hRunLoopRef, pDevOsX->hRunLoopSrcWakeRef, g_pRunLoopMode))
[all...]

Completed in 326 milliseconds