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

/macosx-10.10/syslog-267/syslogd.tproj/
H A Ddaemon.h128 dispatch_source_t sig_hup_src; member in struct:global_s
H A Dsyslogd.c700 global.sig_hup_src = dispatch_source_create(DISPATCH_SOURCE_TYPE_SIGNAL, (uintptr_t)SIGHUP, 0, dispatch_get_main_queue());
701 dispatch_source_set_event_handler(global.sig_hup_src, ^{
713 dispatch_resume(global.sig_hup_src);

Completed in 110 milliseconds