Home
last modified time | relevance | path

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

/external/strace/
Dprocess.c560 #define CLONE_CHILD_SETTID 0x01000000 /* set the TID in the child */ macro
585 { CLONE_CHILD_SETTID,"CLONE_CHILD_SETTID" },
649 if ((flags & (CLONE_PARENT_SETTID|CLONE_CHILD_SETTID
669 if (flags & (CLONE_CHILD_SETTID|CLONE_CHILD_CLEARTID))
/external/kernel-headers/original/linux/
Dsched.h25 #define CLONE_CHILD_SETTID 0x01000000 /* set the TID in 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()