Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_parameters_restrictions.cc79 CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID | SIGCHLD, in RestrictCloneToThreadsAndEPERMFork()
/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/chromium_org/sandbox/linux/seccomp-bpf/
Dsandbox_bpf_unittest.cc1627 if (args.args[0] != (CLONE_CHILD_CLEARTID | CLONE_CHILD_SETTID | SIGCHLD)) { in PthreadTrapHandler()
1771 CLONE_CHILD_CLEARTID | CLONE_CHILD_SETTID | SIGCHLD, in PthreadTest()
/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()