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

/external/valgrind/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/xlat/
H A Dclone_flags.h38 #if !(defined(CLONE_PARENT_SETTID) || (defined(HAVE_DECL_CLONE_PARENT_SETTID) && HAVE_DECL_CLONE_PARENT_SETTID))
39 # define CLONE_PARENT_SETTID 0x00100000 macro
92 XLAT(CLONE_PARENT_SETTID),
/external/kernel-headers/original/uapi/linux/
H A Dsched.h19 #define CLONE_PARENT_SETTID 0x00100000 /* set the TID in the parent */ macro

Completed in 151 milliseconds