Home
last modified time | relevance | path

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

/external/strace/
Dclone.c18 #define CLONE_SETTLS 0x00080000 /* create a new TLS for the child */ macro
88 |CLONE_CHILD_CLEARTID|CLONE_SETTLS)) == 0) in SYS_FUNC()
92 if (flags & CLONE_SETTLS) { in SYS_FUNC()
/external/strace/xlat/
Dclone_flags.h37 #if defined(CLONE_SETTLS) || (defined(HAVE_DECL_CLONE_SETTLS) && HAVE_DECL_CLONE_SETTLS)
38 XLAT(CLONE_SETTLS),
Dclone_flags.in12 CLONE_SETTLS
/external/kernel-headers/original/uapi/linux/
Dsched.h18 #define CLONE_SETTLS 0x00080000 /* create a new TLS for the child */ macro
/external/valgrind/memcheck/tests/x86-linux/
Dscalar.c556 …SY(__NR_clone, x0|CLONE_PARENT_SETTID|CLONE_SETTLS|CLONE_CHILD_SETTID|SIGCHLD, x0, x0, x0, x0); FA… in main()