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

/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/src/objc/
H A Dinternal_macros.h51 extern CFRunLoopRef CFRunLoopGetMain(void);
55 if ([rubycocoaRunLoop getCFRunLoop] != CFRunLoopGetMain()) \
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/tests/
H A Dtc_thread.rb44 if defined? OSX::CFRunLoopGetMain then
45 @tc.assert_equal(OSX::CFRunLoopGetCurrent(), OSX::CFRunLoopGetMain())
63 if defined? OSX::CFRunLoopGetMain then
64 assert_equal(OSX::CFRunLoopGetCurrent(), OSX::CFRunLoopGetMain())
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/CloudKeychainProxy/
H A DCKDUserInteraction.m58 CFRunLoopRemoveSource(CFRunLoopGetMain(), sharedInstance.runLoopSourceRef, kCFRunLoopDefaultMode);
123 CFRunLoopAddSource(CFRunLoopGetMain(), _runLoopSourceRef, kCFRunLoopDefaultMode);
/macosx-10.9.5/configd-596.15/tests/
H A DReachabilityTester.c186 CFReadStreamScheduleWithRunLoop(rstream, CFRunLoopGetMain(), kCFRunLoopDefaultMode);
203 SCNetworkReachabilityUnscheduleFromRunLoop(g_reachability, CFRunLoopGetMain(), kCFRunLoopDefaultMode);
207 SCNetworkReachabilityScheduleWithRunLoop(g_reachability, CFRunLoopGetMain(), kCFRunLoopDefaultMode);
225 CFRunLoopAddTimer(CFRunLoopGetMain(), timer, kCFRunLoopCommonModes);
277 CFHostScheduleWithRunLoop(cfhost, CFRunLoopGetMain(), kCFRunLoopDefaultMode);
312 SCNetworkReachabilityUnscheduleFromRunLoop(g_reachability, CFRunLoopGetMain(), kCFRunLoopDefaultMode);
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/Regressions/
H A Dsc-102-cfusernotification.c55 CFRunLoopStop(CFRunLoopGetMain());
H A Dsc-103-syncupdate.c66 CFRunLoopStop(CFRunLoopGetMain());
164 CFRunLoopStop(CFRunLoopGetMain());
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DSharedTimerMac.mm109 CFRunLoopPerformBlock(CFRunLoopGetMain(), kCFRunLoopCommonModes, ^() {
116 ASSERT(CFRunLoopGetCurrent() == CFRunLoopGetMain());
/macosx-10.9.5/WebCore-7537.78.1/platform/network/cf/
H A DDNSCFNet.cpp95 CFHostScheduleWithRunLoop(leakedHost, CFRunLoopGetMain(), kCFRunLoopCommonModes);
/macosx-10.9.5/WebCore-7537.78.1/platform/network/mac/
H A DNetworkStateNotifierMac.cpp112 CFRunLoopAddSource(CFRunLoopGetMain(), configSource.get(), kCFRunLoopCommonModes);
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXNotify.c149 if (CFRunLoopGetMain() == CFRunLoopGetCurrent()) {
H A DtkMacOSXWindowEvent.c793 if (CFRunLoopGetMain() == CFRunLoopGetCurrent()) {
/macosx-10.9.5/CF-855.17/
H A DCFRunLoop.h74 CF_EXPORT CFRunLoopRef CFRunLoopGetMain(void);
H A DCFPriv.h74 CF_EXPORT CFRunLoopRef CFRunLoopGetMain(void);
H A DCFRunLoop.c835 if (libdispatchQSafe && (CFRunLoopGetMain() == rl) && CFSetContainsValue(rl->_commonModes, rlm->_name)) return false; // represents the libdispatch main queue
1427 if (rl && CFRunLoopGetMain() != rl) { // protect against cooperative threads
1482 CFRunLoopRef CFRunLoopGetMain(void) { function
2321 if (libdispatchQSafe && (CFRunLoopGetMain() == rl) && CFSetContainsValue(rl->_commonModes, rlm->_name)) dispatchPort = _dispatch_get_main_queue_port_4CF();
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfrunloop.py40 loop = CFRunLoopGetMain()
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfrunloop.py38 loop = CFRunLoopGetMain()
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/Hosted/
H A DNetscapePluginHostProxy.mm467 CFRunLoopPerformBlock(CFRunLoopGetMain(), kCFRunLoopDefaultMode, ^{
978 CFRunLoopPerformBlock(CFRunLoopGetMain(), kCFRunLoopDefaultMode, ^{
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCDPrivate.c1205 (CFRunLoopGetMain() == CFRunLoopGetCurrent()) ? "M " : "P ",
H A DSCNetworkConnection.c416 if (rl == CFRunLoopGetMain()) {
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDLib/
H A DIOHIDDeviceClass.cpp388 fRunLoop = CFRunLoopGetMain();

Completed in 386 milliseconds