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

/macosx-10.10/syslog-267/syslogd.tproj/
H A Dbsd_out.c64 static dispatch_source_t bsd_idle_timer; variable
734 bsd_idle_timer = dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, bsd_out_queue);
735 dispatch_source_set_event_handler(bsd_idle_timer, ^{ _bsd_close_idle_files(); });
736 dispatch_source_set_timer(bsd_idle_timer, dispatch_time(DISPATCH_TIME_NOW, NSEC_PER_SEC * CLOSE_ON_IDLE_SEC), NSEC_PER_SEC * CLOSE_ON_IDLE_SEC, 0);
737 dispatch_resume(bsd_idle_timer);

Completed in 151 milliseconds