/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | RegisterContextMach_arm.cpp | 26 int RegisterContextMach_arm::DoReadGPR(lldb::tid_t tid, int flavor, GPR &gpr) { in DoReadGPR() 31 int RegisterContextMach_arm::DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) { in DoReadFPU() 36 int RegisterContextMach_arm::DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) { in DoReadEXC() 41 int RegisterContextMach_arm::DoReadDBG(lldb::tid_t tid, int flavor, DBG &dbg) { in DoReadDBG() 46 int RegisterContextMach_arm::DoWriteGPR(lldb::tid_t tid, int flavor, in DoWriteGPR() 53 int RegisterContextMach_arm::DoWriteFPU(lldb::tid_t tid, int flavor, in DoWriteFPU() 60 int RegisterContextMach_arm::DoWriteEXC(lldb::tid_t tid, int flavor, in DoWriteEXC() 67 int RegisterContextMach_arm::DoWriteDBG(lldb::tid_t tid, int flavor, in DoWriteDBG()
|
D | RegisterContextMach_i386.cpp | 24 int RegisterContextMach_i386::DoReadGPR(lldb::tid_t tid, int flavor, GPR &gpr) { in DoReadGPR() 29 int RegisterContextMach_i386::DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) { in DoReadFPU() 34 int RegisterContextMach_i386::DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) { in DoReadEXC() 39 int RegisterContextMach_i386::DoWriteGPR(lldb::tid_t tid, int flavor, in DoWriteGPR() 46 int RegisterContextMach_i386::DoWriteFPU(lldb::tid_t tid, int flavor, in DoWriteFPU() 53 int RegisterContextMach_i386::DoWriteEXC(lldb::tid_t tid, int flavor, in DoWriteEXC()
|
D | RegisterContextMach_x86_64.cpp | 24 int RegisterContextMach_x86_64::DoReadGPR(lldb::tid_t tid, int flavor, in DoReadGPR() 30 int RegisterContextMach_x86_64::DoReadFPU(lldb::tid_t tid, int flavor, in DoReadFPU() 36 int RegisterContextMach_x86_64::DoReadEXC(lldb::tid_t tid, int flavor, in DoReadEXC() 42 int RegisterContextMach_x86_64::DoWriteGPR(lldb::tid_t tid, int flavor, in DoWriteGPR() 49 int RegisterContextMach_x86_64::DoWriteFPU(lldb::tid_t tid, int flavor, in DoWriteFPU() 56 int RegisterContextMach_x86_64::DoWriteEXC(lldb::tid_t tid, int flavor, in DoWriteEXC()
|
/external/llvm-project/lldb/source/Plugins/Process/POSIX/ |
D | ProcessMessage.h | 53 static ProcessMessage Limbo(lldb::tid_t tid, int status) { in Limbo() 58 static ProcessMessage Signal(lldb::tid_t tid, int signum) { in Signal() 64 static ProcessMessage SignalDelivered(lldb::tid_t tid, int signum) { in SignalDelivered() 69 static ProcessMessage Trace(lldb::tid_t tid) { in Trace() 74 static ProcessMessage Break(lldb::tid_t tid) { in Break() 78 static ProcessMessage Watch(lldb::tid_t tid, lldb::addr_t wp_addr) { in Watch() 97 static ProcessMessage Exit(lldb::tid_t tid, int status) { in Exit() 102 static ProcessMessage Exec(lldb::tid_t tid) { in Exec() 151 : m_tid(tid), m_kind(kind), in m_tid() argument 155 ProcessMessage(lldb::tid_t tid, Kind kind, lldb::tid_t child_tid) in ProcessMessage()
|
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | RegisterContextKDP_arm64.cpp | 24 int RegisterContextKDP_arm64::DoReadGPR(lldb::tid_t tid, int flavor, GPR &gpr) { in DoReadGPR() 39 int RegisterContextKDP_arm64::DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) { in DoReadFPU() 54 int RegisterContextKDP_arm64::DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) { in DoReadEXC() 69 int RegisterContextKDP_arm64::DoReadDBG(lldb::tid_t tid, int flavor, DBG &dbg) { in DoReadDBG() 84 int RegisterContextKDP_arm64::DoWriteGPR(lldb::tid_t tid, int flavor, in DoWriteGPR() 100 int RegisterContextKDP_arm64::DoWriteFPU(lldb::tid_t tid, int flavor, in DoWriteFPU() 116 int RegisterContextKDP_arm64::DoWriteEXC(lldb::tid_t tid, int flavor, in DoWriteEXC() 132 int RegisterContextKDP_arm64::DoWriteDBG(lldb::tid_t tid, int flavor, in DoWriteDBG()
|
D | RegisterContextKDP_arm.cpp | 24 int RegisterContextKDP_arm::DoReadGPR(lldb::tid_t tid, int flavor, GPR &gpr) { in DoReadGPR() 39 int RegisterContextKDP_arm::DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) { in DoReadFPU() 54 int RegisterContextKDP_arm::DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) { in DoReadEXC() 69 int RegisterContextKDP_arm::DoReadDBG(lldb::tid_t tid, int flavor, DBG &dbg) { in DoReadDBG() 84 int RegisterContextKDP_arm::DoWriteGPR(lldb::tid_t tid, int flavor, in DoWriteGPR() 100 int RegisterContextKDP_arm::DoWriteFPU(lldb::tid_t tid, int flavor, in DoWriteFPU() 116 int RegisterContextKDP_arm::DoWriteEXC(lldb::tid_t tid, int flavor, in DoWriteEXC() 132 int RegisterContextKDP_arm::DoWriteDBG(lldb::tid_t tid, int flavor, in DoWriteDBG()
|
D | RegisterContextKDP_x86_64.cpp | 23 int RegisterContextKDP_x86_64::DoReadGPR(lldb::tid_t tid, int flavor, in DoReadGPR() 39 int RegisterContextKDP_x86_64::DoReadFPU(lldb::tid_t tid, int flavor, in DoReadFPU() 55 int RegisterContextKDP_x86_64::DoReadEXC(lldb::tid_t tid, int flavor, in DoReadEXC() 71 int RegisterContextKDP_x86_64::DoWriteGPR(lldb::tid_t tid, int flavor, in DoWriteGPR() 87 int RegisterContextKDP_x86_64::DoWriteFPU(lldb::tid_t tid, int flavor, in DoWriteFPU() 103 int RegisterContextKDP_x86_64::DoWriteEXC(lldb::tid_t tid, int flavor, in DoWriteEXC()
|
D | RegisterContextKDP_i386.cpp | 23 int RegisterContextKDP_i386::DoReadGPR(lldb::tid_t tid, int flavor, GPR &gpr) { in DoReadGPR() 38 int RegisterContextKDP_i386::DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) { in DoReadFPU() 53 int RegisterContextKDP_i386::DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) { in DoReadEXC() 68 int RegisterContextKDP_i386::DoWriteGPR(lldb::tid_t tid, int flavor, in DoWriteGPR() 84 int RegisterContextKDP_i386::DoWriteFPU(lldb::tid_t tid, int flavor, in DoWriteFPU() 100 int RegisterContextKDP_i386::DoWriteEXC(lldb::tid_t tid, int flavor, in DoWriteEXC()
|
/external/llvm-project/compiler-rt/test/xray/TestCases/Posix/ |
D | fork_basic_logging.cpp | 50 uint64_t tid = syscall_gettid(); in log_syscall_gettid() local 56 void __attribute__((noinline)) print_parent_tid(uint64_t tid) in print_parent_tid() 62 void __attribute__((noinline)) print_child_tid(uint64_t tid) in print_child_tid() 69 uint64_t tid = syscall_gettid(); in print_parent_or_child() local
|
/external/arm-trusted-firmware/lib/pmf/ |
D | pmf_main.c | 118 static pmf_svc_desc_t *get_service(unsigned int tid) in get_service() 157 int pmf_get_timestamp_smc(unsigned int tid, in pmf_get_timestamp_smc() 182 void __pmf_dump_timestamp(unsigned int tid, unsigned long long ts) in __pmf_dump_timestamp() 193 unsigned int tid, in calc_ts_addr() 215 unsigned int tid, in __pmf_store_timestamp() 229 unsigned int tid, in __pmf_store_timestamp_with_cache_maint() 244 unsigned int tid, in __pmf_get_timestamp()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_thread_registry.cpp | 18 ThreadContextBase::ThreadContextBase(u32 tid) in ThreadContextBase() 138 u32 tid = kUnknownTid; in CreateThread() local 174 for (u32 tid = 0; tid < n_contexts_; tid++) { in RunCallbackForEachThreadLocked() local 184 for (u32 tid = 0; tid < n_contexts_; tid++) { in FindThread() local 195 for (u32 tid = 0; tid < n_contexts_; tid++) { in FindThreadContextLocked() local 214 void ThreadRegistry::SetThreadName(u32 tid, const char *name) { in SetThreadName() 226 for (u32 tid = 0; tid < n_contexts_; tid++) { in SetThreadNameByUserId() local 236 void ThreadRegistry::DetachThread(u32 tid, void *arg) { in DetachThread() 254 void ThreadRegistry::JoinThread(u32 tid, void *arg) { in JoinThread() 281 void ThreadRegistry::FinishThread(u32 tid) { in FinishThread() [all …]
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_thread_registry.cc | 19 ThreadContextBase::ThreadContextBase(u32 tid) in ThreadContextBase() 124 u32 tid = kUnknownTid; in CreateThread() local 160 for (u32 tid = 0; tid < n_contexts_; tid++) { in RunCallbackForEachThreadLocked() local 170 for (u32 tid = 0; tid < n_contexts_; tid++) { in FindThread() local 181 for (u32 tid = 0; tid < n_contexts_; tid++) { in FindThreadContextLocked() local 200 void ThreadRegistry::SetThreadName(u32 tid, const char *name) { in SetThreadName() 211 for (u32 tid = 0; tid < n_contexts_; tid++) { in SetThreadNameByUserId() local 221 void ThreadRegistry::DetachThread(u32 tid, void *arg) { in DetachThread() 239 void ThreadRegistry::JoinThread(u32 tid, void *arg) { in JoinThread() 252 void ThreadRegistry::FinishThread(u32 tid) { in FinishThread() [all …]
|
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/ |
D | perfetto_trace_writer.py | 39 def _get_sequence_id(tid): argument 48 def _intern_category(category, trace_packet, tid): argument 62 def _intern_event_name(event_name, trace_packet, tid): argument 76 def write_thread_descriptor_event(output, pid, tid, ts): argument 105 def write_event(output, ph, category, name, ts, args, tid): argument 192 tid, argument
|
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/ |
D | sync.cu | 20 EXTERN void __kmpc_ordered(kmp_Ident *loc, int32_t tid) { in __kmpc_ordered() 24 EXTERN void __kmpc_end_ordered(kmp_Ident *loc, int32_t tid) { in __kmpc_end_ordered() 36 EXTERN int32_t __kmpc_cancel_barrier(kmp_Ident *loc_ref, int32_t tid) { in __kmpc_cancel_barrier() 43 EXTERN void __kmpc_barrier(kmp_Ident *loc_ref, int32_t tid) { in __kmpc_barrier() 75 EXTERN void __kmpc_barrier_simple_spmd(kmp_Ident *loc_ref, int32_t tid) { in __kmpc_barrier_simple_spmd()
|
/external/perfetto/test/trace_processor/dynamic/ |
D | connected_flow_data.json | 3 …{"name":"MainProcess"},"cat":"__metadata","name":"process_name","ph":"M","pid":100,"tid":0,"ts":0}, number 7 "tid": 15903, number 19 "tid": 15895, number 31 "tid": 15904, number 44 "tid": 15903, number 56 "tid": 15794, number 68 "tid": 15903, number 80 "tid": 15903, number 93 "tid": 15794, number 106 "tid": 15794, number [all …]
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
D | MachThreadList.cpp | 31 nub_state_t MachThreadList::GetState(nub_thread_t tid) { in GetState() 38 const char *MachThreadList::GetName(nub_thread_t tid) { in GetName() 45 ThreadInfo::QoS MachThreadList::GetRequestedQoS(nub_thread_t tid, in GetRequestedQoS() 54 nub_addr_t MachThreadList::GetPThreadT(nub_thread_t tid) { in GetPThreadT() 61 nub_addr_t MachThreadList::GetDispatchQueueT(nub_thread_t tid) { in GetDispatchQueueT() 69 nub_thread_t tid, uint64_t plo_pthread_tsd_base_address_offset, in GetTSDAddressForThread() 79 nub_thread_t MachThreadList::SetCurrentThread(nub_thread_t tid) { in SetCurrentThread() 89 nub_thread_t tid, struct DNBThreadStopInfo *stop_info) const { in GetThreadStoppedReason() 97 nub_thread_t tid, thread_identifier_info_data_t *ident_info) { in GetIdentifierInfo() 171 bool MachThreadList::GetRegisterValue(nub_thread_t tid, uint32_t set, in GetRegisterValue() [all …]
|
/external/perfetto/test/trace_processor/parsing/ |
D | flow_events_json_v1.json | 6 "tid": 15903, number 16 "tid": 15903, number 27 "tid": 15904, number 37 "tid": 15904, number 47 "tid": 15895, number 57 "tid": 15895, number 67 "tid": 15794, number 77 "tid": 15794, number 88 "tid": 15894, number 99 "tid": 15894, number
|
D | flow_events_json_v2.json | 6 "tid": 15903, number 18 "tid": 15904, number 31 "tid": 15895, number 43 "tid": 15794, number 56 "tid": 15894, number 68 "tid": 15895, number 79 "tid": 15895, number
|
/external/llvm-project/compiler-rt/lib/lsan/ |
D | lsan_thread.cpp | 28 static ThreadContextBase *CreateThreadContext(u32 tid) { in CreateThreadContext() 42 ThreadContextLsanBase::ThreadContextLsanBase(int tid) in ThreadContextLsanBase() 54 void ThreadContextLsanBase::ThreadStart(u32 tid, tid_t os_id, in ThreadStart() 86 void ThreadDetach(u32 tid) { in ThreadDetach() 91 void ThreadJoin(u32 tid) { in ThreadJoin()
|
D | lsan_fuchsia.cpp | 28 ThreadContext::ThreadContext(int tid) : ThreadContextLsanBase(tid) {} in ThreadContext() 54 void ThreadStart(u32 tid) { in ThreadStart() 65 u32 tid = ThreadCreate(0, GetThreadSelf(), true, &args); in InitializeMainThread() local 96 u32 tid = ThreadCreate(parent_tid, user_id, detached, &args); in __sanitizer_before_thread_create_hook() local 103 u32 tid = static_cast<u32>(reinterpret_cast<uptr>(hook)); in __sanitizer_thread_create_hook() local 114 u32 tid = static_cast<u32>(reinterpret_cast<uptr>(hook)); in __sanitizer_thread_start_hook() local
|
/external/elfutils/libdwfl/ |
D | linux-pid-attach.c | 74 __libdwfl_ptrace_attach (pid_t tid, bool *tid_was_stoppedp) in __libdwfl_ptrace_attach() 195 pid_t tid = pid_arg->tid_attached; in pid_memory_read() local 280 pid_t tid = tidl; in pid_next_thread() local 292 pid_getthread (Dwfl *dwfl __attribute__ ((unused)), pid_t tid, in pid_getthread() 327 pid_t tid = INTUSE(dwfl_thread_tid) (thread); in pid_set_initial_registers() local 351 __libdwfl_ptrace_detach (pid_t tid, bool tid_was_stopped) in __libdwfl_ptrace_detach() 366 pid_t tid = INTUSE(dwfl_thread_tid) (thread); in pid_thread_detach() local 506 __libdwfl_ptrace_attach (pid_t tid __attribute__ ((unused)), in __libdwfl_ptrace_attach() 516 __libdwfl_ptrace_detach (pid_t tid __attribute__ ((unused)), in __libdwfl_ptrace_detach()
|
/external/rust/crates/nix/test/sys/ |
D | test_pthread.rs | 6 let tid = pthread_self(); in test_pthread_self() localVariable 13 let tid = pthread_self(); in test_pthread_self() localVariable
|
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
D | ProcessMonitor.cpp | 263 ReadRegOperation(lldb::tid_t tid, unsigned offset, unsigned size, in ReadRegOperation() 302 WriteRegOperation(lldb::tid_t tid, unsigned offset, in WriteRegOperation() 334 ReadDebugRegOperation(lldb::tid_t tid, unsigned offset, unsigned size, in ReadDebugRegOperation() 368 WriteDebugRegOperation(lldb::tid_t tid, unsigned offset, in WriteDebugRegOperation() 400 ReadGPROperation(lldb::tid_t tid, void *buf, bool &result) in ReadGPROperation() 426 ReadFPROperation(lldb::tid_t tid, void *buf, bool &result) in ReadFPROperation() 448 WriteGPROperation(lldb::tid_t tid, void *buf, bool &result) in WriteGPROperation() 470 WriteFPROperation(lldb::tid_t tid, void *buf, bool &result) in WriteFPROperation() 549 LwpInfoOperation(lldb::tid_t tid, void *info, bool &result, int &ptrace_err) in LwpInfoOperation() 577 ThreadSuspendOperation(lldb::tid_t tid, bool suspend, bool &result) in ThreadSuspendOperation() [all …]
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowProcess.java | 17 private static int tid = getRandomApplicationUid(); field in ShadowProcess 67 protected static final void setThreadPriority(int tid, int priority) { in setThreadPriority() 89 protected static final int getThreadPriority(int tid) { in getThreadPriority()
|
/external/ltp/testcases/kernel/syscalls/rt_tgsigqueueinfo/ |
D | rt_tgsigqueueinfo01.c | 83 pid_t *tid = arg; in receiver_func() local 106 pid_t tid = -1; in verify_signal_parent_thread() local 128 pid_t *tid = arg; in sender_func() local 145 pid_t tid = -1; in verify_signal_inter_thread() local
|