Searched refs:CSIGNAL (Results 1 – 4 of 4) sorted by relevance
36 #ifndef CSIGNAL37 # define CSIGNAL 0x000000ff macro111 if (!printflags64(clone_flags, flags &~ CSIGNAL, NULL)) in SYS_FUNC()113 if ((flags & CSIGNAL) != 0) in SYS_FUNC()114 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
125 #ifdef CSIGNAL126 { "CSIGNAL", (unsigned long) CSIGNAL },