Searched refs:CFRunLoopTimerCreate (Results 26 - 42 of 42) sorted by relevance

12

/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/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,
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextd_main.c986 sReleaseKextsTimer = CFRunLoopTimerCreate(kCFAllocatorDefault,
H A Dkextd_watchvol.c329 sAutoUpdateDelayer = CFRunLoopTimerCreate(kCFAllocatorDefault,
1267 watched->delayer=CFRunLoopTimerCreate(nil,firetime,0,0,0,check_now,&tc);
/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dnat_port_mapping.c309 serv->u.ipsec.port_mapping_timerref = CFRunLoopTimerCreate(NULL, CFAbsoluteTimeGetCurrent() + PUBLIC_NAT_PORT_MAPPING_TIMEOUT, FAR_FUTURE, 0, 0, public_port_mapping_timeout, &context);
H A Dscnc_main.c2449 serv->cellular_timerref = CFRunLoopTimerCreate(NULL, CFAbsoluteTimeGetCurrent() + TIMEOUT_EDGE, FAR_FUTURE, 0, 0, cellular_timer, &timer_ctxt);
2499 serv->cellular_timerref = CFRunLoopTimerCreate(NULL, CFAbsoluteTimeGetCurrent() + TIMEOUT_EDGE, FAR_FUTURE, 0, 0, cellular_timer, &timer_ctxt);
3311 serv->ondemand_pause_timerref = CFRunLoopTimerCreate(NULL, CFAbsoluteTimeGetCurrent() + timeout, 0, 0, 0, ondemand_pause_time_expire, &context);
H A Dipsec_manager.c2525 serv->u.ipsec.interface_timerref = CFRunLoopTimerCreate(NULL, CFAbsoluteTimeGetCurrent() + serv->u.ipsec.timeout_lower_interface_change, FAR_FUTURE, 0, 0, event_timer, &context);
3205 serv->u.ipsec.timerref = CFRunLoopTimerCreate(NULL, CFAbsoluteTimeGetCurrent() + TIMEOUT_ASSERT_IDLE, FAR_FUTURE, 0, 0, racoon_timer, &context);
3490 serv->u.ipsec.timerref = CFRunLoopTimerCreate(NULL, CFAbsoluteTimeGetCurrent() + TIMEOUT_INITIAL_CONTACT, FAR_FUTURE, 0, 0, racoon_timer, &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/configd-596.15/Plugins/IPMonitor/
H A Dsmb-configuration.c848 timer = CFRunLoopTimerCreate(NULL,
/macosx-10.9.5/tcl-102/tcl/tcl/macosx/
H A DtclMacOSXNotify.c889 tsdPtr->runLoopTimer = CFRunLoopTimerCreate(NULL,
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDLib/
H A DIOHIDUPSClass.cpp819 _asyncEventSource = CFRunLoopTimerCreate(NULL,
/macosx-10.9.5/bootp-268.1/BSDPClient/
H A DBSDPClient.c677 = CFRunLoopTimerCreate(NULL, wakeup_time,
/macosx-10.9.5/cups-372.4/cups/backend/
H A Dusb-darwin.c1287 CFRunLoopTimerRef timer = CFRunLoopTimerCreate(NULL, CFAbsoluteTimeGetCurrent() + 1.0, 10, 0x0, 0x0, status_timer_cb, &context);
/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/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);

Completed in 230 milliseconds

12