Home
last modified time | relevance | path

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

/external/strace/
Dclone.c37 #ifndef CSIGNAL
38 # define CSIGNAL 0x000000ff macro
112 if (!printflags64(clone_flags, flags & ~CSIGNAL, NULL)) in SYS_FUNC()
114 if ((flags & CSIGNAL) != 0) in SYS_FUNC()
115 tprintf("%s%s", sep, signame(flags & CSIGNAL)); in SYS_FUNC()
DChangeLog-CVS3350 * process.c (sys_clone): Mask CSIGNAL out of flags and print that
/external/kernel-headers/original/uapi/linux/
Dsched.h10 #define CSIGNAL 0x000000ff /* signal mask to be sent at exit */ macro
/external/python/cpython2/Lib/plat-linux2/
DTYPES.py87 CSIGNAL = 0x000000ff variable
DIN.py185 CSIGNAL = 0x000000ff variable
/external/minijail/linux-x86/
Dlibconstants.gen.c1345 #ifdef CSIGNAL
1346 { "CSIGNAL", (unsigned long) CSIGNAL },