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

/vbox/src/VBox/Main/src-server/darwin/
H A Diokit.cpp510 CFRunLoopSourceRef NotifyRLSrc; member in struct:DARWINUSBNOTIFY
608 pNotify->NotifyRLSrc = IONotificationPortGetRunLoopSource(pNotify->NotifyPort);
609 Assert(pNotify->NotifyRLSrc);
610 if (pNotify->NotifyRLSrc)
614 CFRunLoopAddSource(RunLoopRef, pNotify->NotifyRLSrc, CFSTR(VBOX_IOKIT_MODE_STRING));
651 CFRunLoopRemoveSource(RunLoopRef, pNotify->NotifyRLSrc, CFSTR(VBOX_IOKIT_MODE_STRING));
680 CFRunLoopRemoveSource(CFRunLoopGetCurrent(), pNotify->NotifyRLSrc, CFSTR(VBOX_IOKIT_MODE_STRING));
682 pNotify->NotifyRLSrc = NULL;

Completed in 48 milliseconds