Searched refs:CSIGNAL (Results 1 – 3 of 3) sorted by relevance
36 #ifndef CSIGNAL37 # define CSIGNAL 0x000000ff macro92 if (!printflags(clone_flags, flags &~ CSIGNAL, NULL)) in SYS_FUNC()94 if ((flags & CSIGNAL) != 0) in SYS_FUNC()95 tprintf("%s%s", sep, signame(flags & CSIGNAL)); in SYS_FUNC()
3350 * process.c (sys_clone): Mask CSIGNAL out of flags and print that
7 #define CSIGNAL 0x000000ff /* signal mask to be sent at exit */ macro