Home
last modified time | relevance | path

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

/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/llvm-project/lldb/test/API/linux/thread/create_during_instruction_step/
Dmain.cpp33 CLONE_SIGHAND | CLONE_SYSVSEM | CLONE_THREAD | CLONE_VM, in main()
/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/kernel-headers/original/uapi/linux/
Dsched.h14 #define CLONE_SIGHAND 0x00000800 /* set if signal handlers and blocked signals shared */ macro
/external/llvm-project/libc/src/threads/linux/
Dthrd_create.cpp44 | CLONE_SIGHAND // Share the signal handlers with the parent. in LLVM_LIBC_ENTRYPOINT()
/external/linux-kselftest/tools/testing/selftests/clone3/
Dclone3_clear_sighand.c57 args.flags |= CLONE_CLEAR_SIGHAND | CLONE_SIGHAND; in test_clone3_clear_sighand()
/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.c64 {"CLONE_THREAD", CLONE_THREAD | CLONE_SIGHAND | CLONE_VM |
Dclone02.c68 #define FLAG_ALL (CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|SIGCHLD)
/external/rust/crates/nix/src/
Dsched.rs23 CLONE_SIGHAND;
/external/libchrome/base/process/
Dlaunch_posix.cc349 !(options.clone_flags & (CLONE_SIGHAND | CLONE_THREAD | CLONE_VM))); in LaunchProcess()
/external/minijail/linux-x86/
Dlibconstants.gen.c1291 #ifdef CLONE_SIGHAND
1292 { "CLONE_SIGHAND", (unsigned long) CLONE_SIGHAND },
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1065 pub const CLONE_SIGHAND: ::c_int = 0x800; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1905 pub const CLONE_SIGHAND: ::c_int = 0x800; constant