Searched refs:CLONE_THREAD (Results 1 – 25 of 37) sorted by relevance
12
/external/perfetto/test/trace_processor/ |
D | synth_process_tracking.py | 21 from synth_common import CLONE_THREAD 57 new_comm='p2-t2', flags=CLONE_THREAD) 77 new_comm='p3-t2', flags=CLONE_THREAD) 79 new_comm='p3-t3', flags=CLONE_THREAD) 83 new_comm='p3-t4', flags=CLONE_THREAD) 102 new_comm='p4-t1', flags=CLONE_THREAD)
|
D | synth_common.py | 21 CLONE_THREAD = 0x00010000 variable
|
/external/strace/xlat/ |
D | clone_flags.h | 62 #if defined(CLONE_THREAD) || (defined(HAVE_DECL_CLONE_THREAD) && HAVE_DECL_CLONE_THREAD) 64 static_assert((CLONE_THREAD) == (0x00010000), "CLONE_THREAD != 0x00010000"); 67 # define CLONE_THREAD 0x00010000 186 XLAT(CLONE_THREAD),
|
D | unshare_flags.h | 17 #if defined(CLONE_THREAD) || (defined(HAVE_DECL_CLONE_THREAD) && HAVE_DECL_CLONE_THREAD) 18 XLAT(CLONE_THREAD),
|
D | unshare_flags.in | 1 CLONE_THREAD
|
D | clone_flags.in | 9 CLONE_THREAD 0x00010000
|
/external/syzkaller/sys/linux/ |
D | namespaces_arm64.const | 13 CLONE_THREAD = 65536
|
D | namespaces_arm.const | 13 CLONE_THREAD = 65536
|
D | namespaces_ppc64le.const | 13 CLONE_THREAD = 65536
|
D | namespaces_386.const | 13 CLONE_THREAD = 65536
|
D | namespaces_amd64.const | 13 CLONE_THREAD = 65536
|
D | namespaces.txt | 15 …LONE_NEWNS, CLONE_NEWPID, CLONE_NEWUSER, CLONE_NEWUTS, CLONE_SYSVSEM, CLONE_THREAD, CLONE_SIGHAND,…
|
D | sys_386.const | 46 CLONE_THREAD = 65536
|
D | sys_amd64.const | 46 CLONE_THREAD = 65536
|
D | sys_ppc64le.const | 46 CLONE_THREAD = 65536
|
D | sys_arm.const | 46 CLONE_THREAD = 65536
|
D | sys_arm64.const | 46 CLONE_THREAD = 65536
|
/external/kernel-headers/original/uapi/linux/ |
D | sched.h | 16 #define CLONE_THREAD 0x00010000 /* Same thread group? */ macro
|
/external/linux-kselftest/tools/testing/selftests/proc/ |
D | thread-self.c | 59 pid = clone(f, stack + PAGE_SIZE, CLONE_THREAD|CLONE_SIGHAND|CLONE_VM, (void *)1); in main()
|
/external/ltp/testcases/kernel/syscalls/clone/ |
D | clone08.c | 74 {"CLONE_THREAD", CLONE_THREAD | CLONE_SIGHAND | CLONE_VM |
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 113 #ifdef CLONE_THREAD 114 { "CLONE_THREAD", (unsigned long) CLONE_THREAD },
|
/external/libchrome/base/process/ |
D | launch_posix.cc | 349 !(options.clone_flags & (CLONE_SIGHAND | CLONE_THREAD | CLONE_VM))); in LaunchProcess()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 289 CLONE_THREAD = 0x10000 const
|
D | zerrors_linux_mips64le.go | 307 CLONE_THREAD = 0x10000 const
|
D | zerrors_linux_ppc64.go | 307 CLONE_THREAD = 0x10000 const
|
12