Searched refs:timer_callback (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/ppp-786.1.1/Helpers/sbslauncher/
H A Dsbslauncher.m16 static void timer_callback( CFRunLoopTimerRef timerref, void *context);
H A Dnetwork_detection_helper.m19 static void timer_callback( CFRunLoopTimerRef timerref, void *context);
75 timer_callback( CFRunLoopTimerRef timerref, void *context)
77 syslog(LOG_DEBUG, "timer_callback: timer expires");
132 timerref = CFRunLoopTimerCreate(NULL, CFAbsoluteTimeGetCurrent() + probe_timeout, 0, 0, 0, timer_callback, &timer_context);
255 timerref = CFRunLoopTimerCreate(NULL, CFAbsoluteTimeGetCurrent() + dns_timeout, 0, 0, 0, timer_callback, &timer_context);
/macosx-10.10/bootp-298/bsdpc.tproj/
H A Dbsdpc.c95 timerCallBack timer_callback; member in struct:bsdpc
106 (*bsdpc->timer_callback)(bsdpc);
117 bsdpc->timer_callback = NULL;
129 bsdpc->timer_callback = callback;
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-FSEvents/Examples/
H A Dwatcher.py130 def timer_callback(timer, streamRef): function
232 0, 0, timer_callback, streamRef)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-FSEvents/Examples/
H A Dwatcher.py130 def timer_callback(timer, streamRef): function
232 0, 0, timer_callback, streamRef)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-FSEvents-2.5.1/Examples/
H A Dwatcher.py130 def timer_callback(timer, streamRef): function
232 0, 0, timer_callback, streamRef)
/macosx-10.10/bootp-298/BSDPClient/
H A DBSDPClient.c162 BSDPClientTimerCallBack timer_callback; member in struct:BSDPClient_s
664 (*client->timer_callback)(client);
675 client->timer_callback = NULL;
687 client->timer_callback = callback;

Completed in 153 milliseconds