Searched refs:CFRunLoopTimerContext (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DHeapTimer.h73 CFRunLoopTimerContext m_context;
H A DHeapTimer.cpp66 memset(&m_context, 0, sizeof(CFRunLoopTimerContext));
/macosx-10.9.5/WebCore-7537.78.1/platform/cf/
H A DRunLoopCF.cpp111 CFRunLoopTimerContext context = { 0, this, 0, 0, 0 };
/macosx-10.9.5/CF-855.17/
H A DCFRunLoop.h176 } CFRunLoopTimerContext; typedef in typeref:struct:__anon494
182 CF_EXPORT CFRunLoopTimerRef CFRunLoopTimerCreate(CFAllocatorRef allocator, CFAbsoluteTime fireDate, CFTimeInterval interval, CFOptionFlags flags, CFIndex order, CFRunLoopTimerCallBack callout, CFRunLoopTimerContext *context);
194 CF_EXPORT void CFRunLoopTimerGetContext(CFRunLoopTimerRef timer, CFRunLoopTimerContext *context);
H A DCFRunLoop.c1061 CFRunLoopTimerContext _context; /* immutable, except invalidation */
3647 CFRunLoopTimerRef CFRunLoopTimerCreate(CFAllocatorRef allocator, CFAbsoluteTime fireDate, CFTimeInterval interval, CFOptionFlags flags, CFIndex order, CFRunLoopTimerCallBack callout, CFRunLoopTimerContext *context) {
3705 CFRunLoopTimerContext blockContext;
3870 void CFRunLoopTimerGetContext(CFRunLoopTimerRef rlt, CFRunLoopTimerContext *context) {
/macosx-10.9.5/eap8021x-180/eapolclient.tproj/
H A DTimer.c108 CFRunLoopTimerContext context = { 0, NULL, NULL, NULL, NULL };
/macosx-10.9.5/ppp-727.90.1/Helpers/sbslauncher/
H A Dnetwork_detection_helper.m92 CFRunLoopTimerContext timer_context = { 0, NULL, NULL, NULL, NULL };
254 CFRunLoopTimerContext timer_context = { 0, NULL, NULL, NULL, NULL };
/macosx-10.9.5/Security-55471.14.18/include/securityd_client/
H A Deventlistener.cpp205 CFRunLoopTimerContext ctx;
/macosx-10.9.5/Security-55471.14.18/libsecurityd/lib/
H A Deventlistener.cpp205 CFRunLoopTimerContext ctx;
/macosx-10.9.5/bootp-268.1/IPConfiguration.bproj/
H A Dtimer.c166 CFRunLoopTimerContext context = { 0, NULL, NULL, NULL, NULL };
/macosx-10.9.5/WebKit2-7537.78.2/Shared/EntryPointUtilities/mac/XPCService/
H A DXPCServiceMain.Development.mm117 CFRunLoopTimerContext context = { 0, info, NULL, NULL, NULL };
/macosx-10.9.5/configd-596.15/tests/
H A DReachabilityTester.c214 CFRunLoopTimerContext ctx = { 0, NULL, NULL, NULL, NULL };
/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dbehaviors.c71 CFRunLoopTimerContext timer_ctx;
H A Dnat_port_mapping.c301 CFRunLoopTimerContext context = { 0, serv, NULL, NULL, NULL };
H A Dscnc_main.c2438 CFRunLoopTimerContext timer_ctxt = { 0, serv, NULL, NULL, NULL };
2481 CFRunLoopTimerContext timer_ctxt = { 0, serv, NULL, NULL, NULL };
3284 CFRunLoopTimerContext context = { 0, serv, NULL, NULL, NULL };
H A Dipsec_manager.c2429 CFRunLoopTimerContext context = { 0, serv, NULL, NULL, NULL };
3192 CFRunLoopTimerContext context = { 0, serv, NULL, NULL, NULL };
3233 CFRunLoopTimerContext context = { 0, serv, NULL, NULL, NULL };
/macosx-10.9.5/security_ocspd-55118.2/server/
H A DocspdNetwork.cpp142 CFRunLoopTimerContext timerContext = { 0, NULL, NULL, NULL, NULL };
411 CFRunLoopTimerContext timerContext = { 0, NULL, NULL, NULL, NULL };
756 CFRunLoopTimerContext timerContext = { 0, NULL, NULL, NULL, NULL };
/macosx-10.9.5/IOFireWireAVC-422.4.0/IOFireWireAVCLib/
H A DIOFireWireAVCLibConsumer.cpp1348 CFRunLoopTimerContext context;
1911 CFRunLoopTimerContext context;
2037 CFRunLoopTimerContext context;
/macosx-10.9.5/bootp-268.1/bsdpc.tproj/
H A Dbsdpc.c125 CFRunLoopTimerContext context = { 0, NULL, NULL, NULL, NULL };
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dsysman.c457 CFRunLoopTimerContext timerContext; /* Timer context */
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebNetscapePluginEventHandlerCarbon.mm392 CFRunLoopTimerContext context = { 0, this, NULL, NULL, NULL };
/macosx-10.9.5/PowerManagement-420.90.1/pmconfigd/
H A DAutoWakeScheduler.c369 static CFRunLoopTimerContext tmr_context = {0,0,0,0,0};
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDLib/
H A DIOHIDUPSClass.cpp813 CFRunLoopTimerContext timerContext;
815 bzero(&timerContext, sizeof(CFRunLoopTimerContext));
/macosx-10.9.5/configd-596.15/Plugins/IPMonitor/
H A Dsmb-configuration.c821 CFRunLoopTimerContext context = { 0, (void *)store, CFRetain, CFRelease, NULL };
/macosx-10.9.5/bootp-268.1/BSDPClient/
H A DBSDPClient.c668 CFRunLoopTimerContext context = { 0, NULL, NULL, NULL, NULL };

Completed in 254 milliseconds

12