Home
last modified time | relevance | path

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

/Linux-v4.19/tools/include/uapi/linux/
Dsched.h8 #define CSIGNAL 0x000000ff /* signal mask to be sent at exit */ macro
/Linux-v4.19/include/uapi/linux/
Dsched.h8 #define CSIGNAL 0x000000ff /* signal mask to be sent at exit */ macro
/Linux-v4.19/kernel/
Dfork.c1928 p->exit_signal = (clone_flags & CSIGNAL); in copy_process()
2157 else if ((clone_flags & CSIGNAL) != SIGCHLD) in _do_fork()