Searched refs:CLONE_THREAD (Results 1 – 25 of 35) sorted by relevance
12
/external/perfetto/test/trace_processor/process_tracking/ |
D | synth_process_tracking.py | 22 from synth_common import CLONE_THREAD 54 ts=12, tid=21, new_tid=22, new_comm='p2-t2', flags=CLONE_THREAD) 74 ts=22, tid=31, new_tid=32, new_comm='p3-t2', flags=CLONE_THREAD) 76 ts=23, tid=31, new_tid=33, new_comm='p3-t3', flags=CLONE_THREAD) 80 ts=25, tid=32, new_tid=34, new_comm='p3-t4', flags=CLONE_THREAD) 99 ts=30, tid=40, new_tid=31, new_comm='p4-t1', flags=CLONE_THREAD)
|
D | reused_thread_print.py | 23 from synth_common import CLONE_THREAD 45 ts=15, tid=10, new_tid=11, new_comm='child', flags=CLONE_THREAD)
|
D | process_parent_pid_tracking_1.py | 22 from synth_common import CLONE_THREAD
|
D | process_parent_pid_tracking_2.py | 23 from synth_common import CLONE_THREAD
|
D | process_tracking_short_lived_2.py | 23 from synth_common import CLONE_THREAD
|
D | process_tracking_short_lived_1.py | 22 from synth_common import CLONE_THREAD
|
D | process_tracking_exec.py | 21 from synth_common import CLONE_THREAD
|
/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/llvm-project/lldb/test/API/linux/thread/create_during_instruction_step/ |
D | main.cpp | 33 CLONE_SIGHAND | CLONE_SYSVSEM | CLONE_THREAD | CLONE_VM, in main()
|
/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/kernel-headers/original/uapi/linux/ |
D | sched.h | 19 #define CLONE_THREAD 0x00010000 /* Same thread group? */ macro
|
/external/crosvm/seccomp/aarch64/ |
D | common_device.policy | 6 clone: arg0 & CLONE_THREAD
|
D | tpm_device.policy | 7 clone: arg0 & CLONE_THREAD
|
D | gpu_device.policy | 8 clone: arg0 & CLONE_THREAD
|
/external/crosvm/seccomp/arm/ |
D | common_device.policy | 8 clone: arg0 & CLONE_THREAD
|
D | tpm_device.policy | 9 clone: arg0 & CLONE_THREAD
|
D | gpu_device.policy | 8 clone: arg0 & CLONE_THREAD
|
/external/crosvm/seccomp/x86_64/ |
D | common_device.policy | 7 clone: arg0 & CLONE_THREAD
|
D | tpm_device.policy | 7 clone: arg0 & CLONE_THREAD
|
/external/perfetto/test/trace_processor/graphics/ |
D | clock_sync.py | 26 from synth_common import CLONE_THREAD
|
/external/llvm-project/libc/src/threads/linux/ |
D | thrd_create.cpp | 45 | CLONE_THREAD // Same thread group as the parent. in LLVM_LIBC_ENTRYPOINT()
|
/external/perfetto/test/trace_processor/parsing/ |
D | rss_stat_mm_id_clone.py | 72 flags=synth_common.CLONE_VM | synth_common.CLONE_THREAD)
|
12