Searched refs:CSIGNAL (Results 1 – 3 of 3) sorted by relevance
8 #define CSIGNAL 0x000000ff /* signal mask to be sent at exit */ macro
1928 p->exit_signal = (clone_flags & CSIGNAL); in copy_process()2157 else if ((clone_flags & CSIGNAL) != SIGCHLD) in _do_fork()