Lines Matching defs:g_pRunLoopMode
260 static CFStringRef g_pRunLoopMode = NULL;
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))
1859 CFRunLoopRunInMode(g_pRunLoopMode, cMillies / 1000.0, true);