Home
last modified time | relevance | path

Searched refs:CLONE_SIGHAND (Results 1 – 25 of 38) sorted by relevance

12

/external/strace/xlat/
Dclone_flags.h27 #if defined(CLONE_SIGHAND) || (defined(HAVE_DECL_CLONE_SIGHAND) && HAVE_DECL_CLONE_SIGHAND)
29 static_assert((CLONE_SIGHAND) == (0x00000800), "CLONE_SIGHAND != 0x00000800");
32 # define CLONE_SIGHAND 0x00000800
181 XLAT(CLONE_SIGHAND),
Dunshare_flags.h26 #if defined(CLONE_SIGHAND) || (defined(HAVE_DECL_CLONE_SIGHAND) && HAVE_DECL_CLONE_SIGHAND)
27 XLAT(CLONE_SIGHAND),
Dunshare_flags.in4 CLONE_SIGHAND
Dclone_flags.in4 CLONE_SIGHAND 0x00000800
/external/syzkaller/sys/linux/
Dnamespaces_arm64.const11 CLONE_SIGHAND = 2048
Dnamespaces_386.const11 CLONE_SIGHAND = 2048
Dnamespaces_amd64.const11 CLONE_SIGHAND = 2048
Dnamespaces_ppc64le.const11 CLONE_SIGHAND = 2048
Dnamespaces_arm.const11 CLONE_SIGHAND = 2048
Dnamespaces.txt15 …NS, CLONE_NEWPID, CLONE_NEWUSER, CLONE_NEWUTS, CLONE_SYSVSEM, CLONE_THREAD, CLONE_SIGHAND, CLONE_VM
Dsys_386.const44 CLONE_SIGHAND = 2048
Dsys_amd64.const44 CLONE_SIGHAND = 2048
Dsys_arm.const44 CLONE_SIGHAND = 2048
Dsys_ppc64le.const44 CLONE_SIGHAND = 2048
Dsys_arm64.const44 CLONE_SIGHAND = 2048
/external/kernel-headers/original/uapi/linux/
Dsched.h12 #define CLONE_SIGHAND 0x00000800 /* set if signal handlers and blocked signals shared */ macro
/external/linux-kselftest/tools/testing/selftests/proc/
Dthread-self.c59 pid = clone(f, stack + PAGE_SIZE, CLONE_THREAD|CLONE_SIGHAND|CLONE_VM, (void *)1); in main()
/external/python/cpython2/Lib/plat-linux2/
DTYPES.py91 CLONE_SIGHAND = 0x00000800 variable
DIN.py189 CLONE_SIGHAND = 0x00000800 variable
/external/ltp/testcases/kernel/syscalls/clone/
Dclone08.c74 {"CLONE_THREAD", CLONE_THREAD | CLONE_SIGHAND | CLONE_VM |
Dclone02.c68 #define FLAG_ALL (CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|SIGCHLD)
/external/minijail/linux-x86/
Dlibconstants.gen.c107 #ifdef CLONE_SIGHAND
108 { "CLONE_SIGHAND", (unsigned long) CLONE_SIGHAND },
/external/libchrome/base/process/
Dlaunch_posix.cc349 !(options.clone_flags & (CLONE_SIGHAND | CLONE_THREAD | CLONE_VM))); in LaunchProcess()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_netbsd_386.go158 CLONE_SIGHAND = 0x800 const
Dzerrors_netbsd_amd64.go158 CLONE_SIGHAND = 0x800 const

12