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

/macosx-10.10.1/crontabs-52/periodic/
H A Dperiodic-wrapper.c18 static dispatch_source_t sigterm_source; local
39 sigterm_source = dispatch_source_create(DISPATCH_SOURCE_TYPE_SIGNAL, SIGTERM, 0, dispatch_get_main_queue());
40 dispatch_source_set_event_handler(sigterm_source, ^{
43 dispatch_resume(sigterm_source);

Completed in 90 milliseconds