Searched defs:CLONE_PARENT_SETTID (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.c552 #ifndef CLONE_PARENT_SETTID
553 #define CLONE_PARENT_SETTID 0x00100000 macro
556 SY(__NR_clone, x0|CLONE_PARENT_SETTID|CLONE_SETTLS|CLONE_CHILD_SETTID|SIGCHLD, x0, x0, x0, x0); FAIL;
/external/strace/
H A Dprocess.c557 #define CLONE_PARENT_SETTID 0x00100000 /* set the TID in the parent */ macro
582 { CLONE_PARENT_SETTID,"CLONE_PARENT_SETTID" },
649 if ((flags & (CLONE_PARENT_SETTID|CLONE_CHILD_SETTID
652 if (flags & CLONE_PARENT_SETTID)
/external/kernel-headers/original/linux/
H A Dsched.h21 #define CLONE_PARENT_SETTID 0x00100000 /* set the TID in the parent */ macro

Completed in 198 milliseconds