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

/macosx-10.9.5/CF-855.17/
H A DCFMessagePort.c879 CFRunLoopRef currentRL = CFRunLoopGetCurrent(); local
920 didRegister = !CFRunLoopContainsSource(currentRL, source, replyMode);
922 CFRunLoopAddSource(currentRL, source, replyMode);
939 CFRunLoopRemoveSource(currentRL, source, replyMode);
953 _CFMachPortInstallNotifyPort(currentRL, replyMode);
969 CFRunLoopRemoveSource(currentRL, source, replyMode);

Completed in 169 milliseconds