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

/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Dasl_action.c66 static dispatch_source_t checkpoint_timer; variable
925 if (checkpoint_timer != NULL) return;
938 checkpoint_timer = dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, asl_action_queue);
939 dispatch_source_set_timer(checkpoint_timer, dispatch_walltime(&midnight, 0), NSEC_PER_SEC * SEC_PER_DAY, 0);
940 dispatch_source_set_event_handler(checkpoint_timer, ^{ _act_file_checkpoint_all(CHECKPOINT_FORCE); });
941 dispatch_resume(checkpoint_timer);
1670 if (checkpoint_timer == NULL) _start_cycling();
1928 if (checkpoint_timer == NULL) _start_cycling();

Completed in 108 milliseconds