Home
last modified time | relevance | path

Searched refs:CSIGNAL (Results 1 – 18 of 18) 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.h8 #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.c125 #ifdef CSIGNAL
126 { "CSIGNAL", (unsigned long) CSIGNAL },
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go305 CSIGNAL = 0xff const
Dzerrors_linux_mipsle.go325 CSIGNAL = 0xff const
Dzerrors_linux_s390x.go325 CSIGNAL = 0xff const
Dzerrors_linux_arm.go325 CSIGNAL = 0xff const
Dzerrors_linux_ppc64le.go325 CSIGNAL = 0xff const
Dzerrors_linux_mips64.go325 CSIGNAL = 0xff const
Dzerrors_linux_ppc64.go325 CSIGNAL = 0xff const
Dzerrors_linux_amd64.go325 CSIGNAL = 0xff const
Dzerrors_linux_mips64le.go325 CSIGNAL = 0xff const
Dzerrors_linux_386.go325 CSIGNAL = 0xff const
Dzerrors_linux_mips.go325 CSIGNAL = 0xff const
Dzerrors_linux_arm64.go325 CSIGNAL = 0xff const