Searched refs:CFRunLoopTimerCreate (Results 1 - 25 of 42) sorted by path

12

/macosx-10.9.5/CF-855.17/
H A DCFRunLoop.c3647 CFRunLoopTimerRef CFRunLoopTimerCreate(CFAllocatorRef allocator, CFAbsoluteTime fireDate, CFTimeInterval interval, CFOptionFlags flags, CFIndex order, CFRunLoopTimerCallBack callout, CFRunLoopTimerContext *context) { function
3711 return CFRunLoopTimerCreate(allocator, fireDate, interval, flags, order, _runLoopTimerWithBlockContext, &blockContext);
H A DCFRunLoop.h182 CF_EXPORT CFRunLoopTimerRef CFRunLoopTimerCreate(CFAllocatorRef allocator, CFAbsoluteTime fireDate, CFTimeInterval interval, CFOptionFlags flags, CFIndex order, CFRunLoopTimerCallBack callout, CFRunLoopTimerContext *context);
/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A DDAQueue.c266 timer = CFRunLoopTimerCreate( kCFAllocatorDefault, clock, kCFAbsoluteTimeIntervalSince1904, 0, 0, __DAResponseTimerCallback, NULL );
/macosx-10.9.5/IOFireWireAVC-422.4.0/IOFireWireAVCLib/
H A DIOFireWireAVCLibConsumer.cpp1362 fReconnectTimer = CFRunLoopTimerCreate(NULL, time,
1924 fConsumerHeartbeatTimer = CFRunLoopTimerCreate(NULL, time,
2050 fProducerHeartbeatTimer = CFRunLoopTimerCreate( NULL, time,
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDLib/
H A DIOHIDUPSClass.cpp819 _asyncEventSource = CFRunLoopTimerCreate(NULL,
/macosx-10.9.5/IOHIDFamily-503.215.2/tools/
H A DIOHIDEventSystemMonitor.c455 CFRunLoopTimerRef timer = CFRunLoopTimerCreate(kCFAllocatorDefault, CFAbsoluteTimeGetCurrent() + __timeout, 0, 0, 0, exitTimerCallback, NULL);
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DHeapTimer.cpp70 m_timer = adoptCF(CFRunLoopTimerCreate(0, s_decade, s_decade, 0, 0, HeapTimer::timerDidFire, &m_context));
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dkeychain.c802 CFRunLoopTimerRef timer = CFRunLoopTimerCreate(kCFAllocatorDefault,
/macosx-10.9.5/PowerManagement-420.90.1/pmconfigd/
H A DAutoWakeScheduler.c411 behave->timer = CFRunLoopTimerCreate(0, fire_time, 0.0, 0,
H A DPMConnection.c2225 CFRunLoopTimerCreate(0,
H A DPSLowPower.c579 later_tmr = CFRunLoopTimerCreate(kCFAllocatorDefault,
/macosx-10.9.5/Security-55471.14.18/include/securityd_client/
H A Deventlistener.cpp211 CFRunLoopTimerCreate(NULL, CFAbsoluteTimeGetCurrent(), 0,
/macosx-10.9.5/Security-55471.14.18/libsecurityd/lib/
H A Deventlistener.cpp211 CFRunLoopTimerCreate(NULL, CFAbsoluteTimeGetCurrent(), 0,
/macosx-10.9.5/WebCore-7537.78.1/platform/cf/
H A DRunLoopCF.cpp113 m_timer = adoptCF(CFRunLoopTimerCreate(kCFAllocatorDefault, CFAbsoluteTimeGetCurrent() + nextFireInterval, repeatInterval, 0, 0, timerFired, &context));
/macosx-10.9.5/WebCore-7537.78.1/platform/ios/
H A DSharedTimerIOS.mm76 sharedTimer = CFRunLoopTimerCreate(0, fireDate, 0, 0, 0, timerFired, 0);
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DSharedTimerMac.mm151 sharedTimer = CFRunLoopTimerCreate(0, fireDate, 0, 0, 0, timerFired, 0);
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebNetscapePluginEventHandlerCarbon.mm393 m_nullEventTimer = adoptCF(CFRunLoopTimerCreate(0, CFAbsoluteTimeGetCurrent() + interval, interval,
/macosx-10.9.5/WebKit2-7537.78.2/Shared/EntryPointUtilities/mac/XPCService/
H A DXPCServiceMain.Development.mm118 CFRunLoopTimerRef timer = CFRunLoopTimerCreate(NULL, CFAbsoluteTimeGetCurrent(), 0, 0, 0, reexecCallBack, &context);
/macosx-10.9.5/bootp-268.1/BSDPClient/
H A DBSDPClient.c677 = CFRunLoopTimerCreate(NULL, wakeup_time,
/macosx-10.9.5/bootp-268.1/IPConfiguration.bproj/
H A Dtimer.c185 = CFRunLoopTimerCreate(NULL, wakeup_time,
/macosx-10.9.5/bootp-268.1/bsdpc.tproj/
H A Dbsdpc.c134 = CFRunLoopTimerCreate(NULL, wakeup_time,
/macosx-10.9.5/configd-596.15/Plugins/IPMonitor/
H A Dsmb-configuration.c848 timer = CFRunLoopTimerCreate(NULL,
/macosx-10.9.5/configd-596.15/Plugins/InterfaceNamer/
H A Difnamer.c2439 S_timer = CFRunLoopTimerCreate(NULL,
2448 CFSTR(MY_PLUGIN_NAME ": CFRunLoopTimerCreate failed"));
/macosx-10.9.5/configd-596.15/configd.tproj/
H A Dplugin_support.c762 timer = CFRunLoopTimerCreate(NULL, /* allocator */
1172 timer = CFRunLoopTimerCreate(NULL, /* allocator */
/macosx-10.9.5/configd-596.15/tests/
H A DReachabilityTester.c217 timer = CFRunLoopTimerCreate(kCFAllocatorDefault,

Completed in 392 milliseconds

12