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

/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Dannounce.c64 static dispatch_source_t g_restart_timer = NULL; variable
108 if (g_restart_timer)
111 g_restart_timer = dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, g_queue);
113 dispatch_source_set_timer(g_restart_timer, t, 0, NSEC_PER_SEC);
114 dispatch_source_set_event_handler(g_restart_timer, ^{
116 dispatch_release(g_restart_timer);
117 g_restart_timer = NULL;
119 dispatch_resume(g_restart_timer);

Completed in 209 milliseconds