Searched refs:exit_disp (Results 1 – 1 of 1) sorted by relevance
2308 dispatch_source_t sig_disp, exit_disp; variable2356 …exit_disp = dispatch_source_create(DISPATCH_SOURCE_TYPE_PROC, (uintptr_t)helper_pid, DISPATCH_PROC…2357 dispatch_source_set_event_handler(exit_disp, ^{2367 dispatch_activate(exit_disp);