Searched refs:dispatchPort (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.9.5/CF-855.17/
H A DCFRunLoop.c2319 mach_port_name_t dispatchPort = MACH_PORT_NULL; local
2321 if (libdispatchQSafe && (CFRunLoopGetMain() == rl) && CFSetContainsValue(rl->_commonModes, rlm->_name)) dispatchPort = _dispatch_get_main_queue_port_4CF();
2383 if (MACH_PORT_NULL != dispatchPort && !didDispatchPortLastTime) {
2386 if (__CFRunLoopServiceMachPort(dispatchPort, &msg, sizeof(msg_buffer), &livePort, 0)) {
2390 if (__CFRunLoopWaitForMultipleObjects(NULL, &dispatchPort, 0, 0, &livePort, NULL)) {
2406 __CFPortSetInsert(dispatchPort, waitSet);
2459 __CFPortSetRemove(dispatchPort, waitSet);
2538 else if (livePort == dispatchPort) {

Completed in 118 milliseconds