Home
last modified time | relevance | path

Searched refs:CSIGNAL (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dsched.h7 #define CSIGNAL 0x000000ff /* signal mask to be sent at exit */ macro
/linux-4.4.14/kernel/
Dfork.c1511 p->exit_signal = (clone_flags & CSIGNAL); in copy_process()
1713 else if ((clone_flags & CSIGNAL) != SIGCHLD) in _do_fork()