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

/macosx-10.10/syslog-267/syslogd.tproj/
H A Dbsd_out.c61 #define CLOSE_ON_IDLE_SEC 300 macro
696 if (delta > CLOSE_ON_IDLE_SEC) _syslog_dst_close(r);
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);

Completed in 122 milliseconds