Home
last modified time | relevance | path

Searched refs:CLONE_CHILD_CLEARTID (Results 1 – 12 of 12) sorted by relevance

/external/strace/xlat/
Dclone_flags.h97 #if defined(CLONE_CHILD_CLEARTID) || (defined(HAVE_DECL_CLONE_CHILD_CLEARTID) && HAVE_DECL_CLONE_CH…
99 static_assert((CLONE_CHILD_CLEARTID) == (0x00200000), "CLONE_CHILD_CLEARTID != 0x00200000");
102 # define CLONE_CHILD_CLEARTID 0x00200000
191 XLAT(CLONE_CHILD_CLEARTID),
Dclone_flags.in14 CLONE_CHILD_CLEARTID 0x00200000
/external/strace/
Dclone.c117 |CLONE_CHILD_CLEARTID|CLONE_SETTLS)) == 0) in SYS_FUNC()
127 if (flags & (CLONE_CHILD_SETTID|CLONE_CHILD_CLEARTID)) { in SYS_FUNC()
/external/llvm-project/lldb/test/API/linux/thread/create_during_instruction_step/
Dmain.cpp32 CLONE_CHILD_CLEARTID | CLONE_FILES | CLONE_FS | CLONE_PARENT_SETTID | in main()
/external/kernel-headers/original/uapi/linux/
Dsched.h24 #define CLONE_CHILD_CLEARTID 0x00200000 /* clear the TID in the child */ macro
/external/llvm-project/libc/src/threads/linux/
Dthrd_create.cpp49 | CLONE_CHILD_CLEARTID; // Let the kernel clear the tid address and futex in LLVM_LIBC_ENTRYPOINT()
/external/ltp/testcases/kernel/syscalls/clone/
Dclone08.c65 CLONE_CHILD_CLEARTID | SIGCHLD,
/external/rust/crates/nix/src/
Dsched.rs32 CLONE_CHILD_CLEARTID;
/external/libchrome/base/process/
Dlaunch_posix.cc354 (CLONE_CHILD_CLEARTID | CLONE_CHILD_SETTID | CLONE_PARENT_SETTID))); in LaunchProcess()
745 (flags & (CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID)) && !ctid; in ForkWithFlags()
/external/minijail/linux-x86/
Dlibconstants.gen.c1228 #ifdef CLONE_CHILD_CLEARTID
1229 { "CLONE_CHILD_CLEARTID", (unsigned long) CLONE_CHILD_CLEARTID },
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1074 pub const CLONE_CHILD_CLEARTID: ::c_int = 0x200000; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1914 pub const CLONE_CHILD_CLEARTID: ::c_int = 0x200000; constant