Home
last modified time | relevance | path

Searched refs:CLONE_SETTLS (Results 1 – 9 of 9) sorted by relevance

/external/strace/xlat/
Dclone_flags.h83 #if defined(CLONE_SETTLS) || (defined(HAVE_DECL_CLONE_SETTLS) && HAVE_DECL_CLONE_SETTLS)
85 static_assert((CLONE_SETTLS) == (0x00080000), "CLONE_SETTLS != 0x00080000");
88 # define CLONE_SETTLS 0x00080000
189 XLAT(CLONE_SETTLS),
Dclone_flags.in12 CLONE_SETTLS 0x00080000
/external/strace/
Dclone.c117 |CLONE_CHILD_CLEARTID|CLONE_SETTLS)) == 0) in SYS_FUNC()
123 if (flags & CLONE_SETTLS) { in SYS_FUNC()
/external/kernel-headers/original/uapi/linux/
Dsched.h22 #define CLONE_SETTLS 0x00080000 /* create a new TLS for the child */ macro
/external/rust/crates/nix/src/
Dsched.rs30 CLONE_SETTLS;
/external/libchrome/base/process/
Dlaunch_posix.cc743 const bool clone_tls_used = flags & CLONE_SETTLS; in ForkWithFlags()
/external/minijail/linux-x86/
Dlibconstants.gen.c1288 #ifdef CLONE_SETTLS
1289 { "CLONE_SETTLS", (unsigned long) CLONE_SETTLS },
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1072 pub const CLONE_SETTLS: ::c_int = 0x80000; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1912 pub const CLONE_SETTLS: ::c_int = 0x80000; constant