Searched refs:cellular_timerref (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dscnc_main.c1268 if (serv->cellular_timerref) {
1269 CFRunLoopRemoveTimer(CFRunLoopGetCurrent(), serv->cellular_timerref, kCFRunLoopCommonModes);
1270 my_CFRelease(&serv->cellular_timerref);
2446 my_CFRelease(&serv->cellular_timerref);
2466 serv->cellular_timerref = CFRunLoopTimerCreate(NULL, CFAbsoluteTimeGetCurrent() + TIMEOUT_EDGE, FAR_FUTURE, 0, 0, cellular_timer, &timer_ctxt);
2467 if (!serv->cellular_timerref) {
2472 CFRunLoopAddTimer(CFRunLoopGetCurrent(), serv->cellular_timerref, kCFRunLoopCommonModes);
2516 serv->cellular_timerref = CFRunLoopTimerCreate(NULL, CFAbsoluteTimeGetCurrent() + TIMEOUT_EDGE, FAR_FUTURE, 0, 0, cellular_timer, &timer_ctxt);
2517 if (!serv->cellular_timerref) {
2521 CFRunLoopAddTimer(CFRunLoopGetCurrent(), serv->cellular_timerref, kCFRunLoopCommonMode
[all...]
H A Dscnc_main.h292 CFRunLoopTimerRef cellular_timerref; member in struct:service

Completed in 125 milliseconds