Home
last modified time | relevance | path

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

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