Home
last modified time | relevance | path

Searched refs:CLONE_THREAD (Results 1 – 25 of 37) sorted by relevance

12

/external/perfetto/test/trace_processor/
Dsynth_process_tracking.py21 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)
Dsynth_common.py21 CLONE_THREAD = 0x00010000 variable
/external/strace/xlat/
Dclone_flags.h62 #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),
Dunshare_flags.h17 #if defined(CLONE_THREAD) || (defined(HAVE_DECL_CLONE_THREAD) && HAVE_DECL_CLONE_THREAD)
18 XLAT(CLONE_THREAD),
Dunshare_flags.in1 CLONE_THREAD
Dclone_flags.in9 CLONE_THREAD 0x00010000
/external/syzkaller/sys/linux/
Dnamespaces_arm64.const13 CLONE_THREAD = 65536
Dnamespaces_386.const13 CLONE_THREAD = 65536
Dnamespaces_amd64.const13 CLONE_THREAD = 65536
Dnamespaces_ppc64le.const13 CLONE_THREAD = 65536
Dnamespaces_arm.const13 CLONE_THREAD = 65536
Dnamespaces.txt15 …LONE_NEWNS, CLONE_NEWPID, CLONE_NEWUSER, CLONE_NEWUTS, CLONE_SYSVSEM, CLONE_THREAD, CLONE_SIGHAND,…
Dsys_386.const46 CLONE_THREAD = 65536
Dsys_amd64.const46 CLONE_THREAD = 65536
Dsys_arm.const46 CLONE_THREAD = 65536
Dsys_ppc64le.const46 CLONE_THREAD = 65536
Dsys_arm64.const46 CLONE_THREAD = 65536
/external/kernel-headers/original/uapi/linux/
Dsched.h16 #define CLONE_THREAD 0x00010000 /* Same thread group? */ macro
/external/linux-kselftest/tools/testing/selftests/proc/
Dthread-self.c59 pid = clone(f, stack + PAGE_SIZE, CLONE_THREAD|CLONE_SIGHAND|CLONE_VM, (void *)1); in main()
/external/ltp/testcases/kernel/syscalls/clone/
Dclone08.c74 {"CLONE_THREAD", CLONE_THREAD | CLONE_SIGHAND | CLONE_VM |
/external/minijail/linux-x86/
Dlibconstants.gen.c113 #ifdef CLONE_THREAD
114 { "CLONE_THREAD", (unsigned long) CLONE_THREAD },
/external/libchrome/base/process/
Dlaunch_posix.cc349 !(options.clone_flags & (CLONE_SIGHAND | CLONE_THREAD | CLONE_VM))); in LaunchProcess()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go289 CLONE_THREAD = 0x10000 const
Dzerrors_linux_mipsle.go307 CLONE_THREAD = 0x10000 const
Dzerrors_linux_s390x.go307 CLONE_THREAD = 0x10000 const

12