Home
last modified time | relevance | path

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

/external/strace/xlat/
Dclone_flags.h47 #if !(defined(CLONE_CHILD_SETTID) || (defined(HAVE_DECL_CLONE_CHILD_SETTID) && HAVE_DECL_CLONE_CHIL…
48 # define CLONE_CHILD_SETTID 0x01000000 macro
95 XLAT(CLONE_CHILD_SETTID),
Dclone_flags.in16 CLONE_CHILD_SETTID 0x01000000
/external/strace/
Dclone.c96 if ((flags & (CLONE_PARENT_SETTID|CLONE_CHILD_SETTID in SYS_FUNC()
116 if (flags & (CLONE_CHILD_SETTID|CLONE_CHILD_CLEARTID)) in SYS_FUNC()
/external/kernel-headers/original/uapi/linux/
Dsched.h23 #define CLONE_CHILD_SETTID 0x01000000 /* set the TID in the child */ macro
/external/libchrome/sandbox/linux/services/
Dsyscall_wrappers_unittest.cc49 sys_clone(CLONE_CHILD_SETTID | SIGCHLD, nullptr, nullptr, &ctid, nullptr); in TEST()
Dsyscall_wrappers.cc42 (flags & (CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID)) && !ctid; in sys_clone()
/external/libchrome/base/process/
Dlaunch_posix.cc339 (CLONE_CHILD_CLEARTID | CLONE_CHILD_SETTID | CLONE_PARENT_SETTID))); in LaunchProcess()
755 (flags & (CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID)) && !ctid; in ForkWithFlags()
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dbaseline_policy_unittest.cc119 return sys_clone(CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID | SIGCHLD, nullptr, in ForkARMGlibc()
/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()