Home
last modified time | relevance | path

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

/external/strace/
Dprocess.c556 #define CLONE_SETTLS 0x00080000 /* create a new TLS for the child */ macro
581 { CLONE_SETTLS, "CLONE_SETTLS" },
650 |CLONE_CHILD_CLEARTID|CLONE_SETTLS)) == 0)
654 if (flags & CLONE_SETTLS) {
/external/kernel-headers/original/linux/
Dsched.h20 #define CLONE_SETTLS 0x00080000 /* create a new TLS for the child */ macro
/external/valgrind/main/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()