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