/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A 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()
|
H A 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()
|
H A 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()
|
/llvm-project/compiler-rt/test/xray/TestCases/Posix/ |
H A 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
|
/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_thread_registry.cpp | 20 ThreadContextBase::ThreadContextBase(u32 tid) in ThreadContextBase() argument 139 u32 tid = kInvalidTid; CreateThread() local 181 for (u32 tid = 0; tid < threads_.size(); tid++) { RunCallbackForEachThreadLocked() local 191 for (u32 tid = 0; tid < threads_.size(); tid++) { FindThread() local 202 for (u32 tid = 0; tid < threads_.size(); tid++) { FindThreadContextLocked() local 221 SetThreadName(u32 tid,const char * name) SetThreadName() argument 232 if (const auto *tid = live_.find(user_id)) SetThreadNameByUserId() local 236 DetachThread(u32 tid,void * arg) DetachThread() argument 255 JoinThread(u32 tid,void * arg) JoinThread() argument 283 FinishThread(u32 tid) FinishThread() argument 310 StartThread(u32 tid,tid_t os_id,ThreadType thread_type,void * arg) StartThread() argument 346 u32 tid; ConsumeThreadUserId() local 357 SetThreadUserId(u32 tid,uptr user_id) SetThreadUserId() argument 368 OnFork(u32 tid) OnFork() argument [all...] |
H A D | sanitizer_symbolizer_report_fuchsia.cpp | 23 void ReportDeadlySignal(const SignalContext &sig, u32 tid, in ReportDeadlySignal() 27 void HandleDeadlySignal(void *siginfo, void *context, u32 tid, in HandleDeadlySignal()
|
/llvm-project/lldb/source/Plugins/Process/Linux/ |
H A D | IntelPTPerThreadProcessTrace.cpp | 21 Error IntelPTPerThreadProcessTrace::TraceStop(lldb::tid_t tid) { in TraceStop() 25 Error IntelPTPerThreadProcessTrace::TraceStart(lldb::tid_t tid) { in TraceStart() 41 [&](lldb::tid_t tid, const IntelPTSingleBufferTrace &thread_trace) { in GetState() 62 for (lldb::tid_t tid : current_tids) in Start() local
|
H A D | IntelPTThreadTraceCollection.cpp | 21 Error IntelPTThreadTraceCollection::TraceStop(lldb::tid_t tid) { in TraceStop() 32 lldb::tid_t tid, const TraceIntelPTStartRequest &request) { in TraceStart() 52 std::function<void(lldb::tid_t tid, IntelPTSingleBufferTrace &thread_trace)> in ForEachThread() 59 IntelPTThreadTraceCollection::GetTracedThread(lldb::tid_t tid) { in GetTracedThread()
|
H A D | IntelPTCollector.cpp | 47 Error IntelPTCollector::TraceStop(lldb::tid_t tid) { in TraceStop() 180 Error IntelPTCollector::OnThreadCreated(lldb::tid_t tid) { in OnThreadCreated() 187 Error IntelPTCollector::OnThreadDestroyed(lldb::tid_t tid) { in OnThreadDestroyed() 208 [&](lldb::tid_t tid, const IntelPTSingleBufferTrace &thread_trace) { in GetState()
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/ |
H A D | LoopEmitter.h | 285 /// Generates instructions to compute the coordinate of tensors[tid][lvl] in isOutputTensor() argument 289 Value genSparseCrd(OpBuilder &builder, Location loc, TensorId tid, in isSparseOutput() argument 223 getValPosits(TensorId tid) getValPosits() argument 229 getCoord(TensorId tid,Level lvl) getCoord() argument 283 isSynTensor(TensorId tid) isSynTensor() argument 293 isValidLevel(TensorId tid,Level lvl) isValidLevel() argument 362 redDepOnLevel(TensorId tid,Level lvl) redDepOnLevel() argument 366 getCurIterator(TensorId tid,Level lvl) getCurIterator() argument [all...] |
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/altera/ |
H A D | single-work-item-barrier.cpp | 23 int tid = get_global_id(0); in success_barrier_global_id() local 28 int tid = get_local_id(0); in success_barrier_local_id() local 51 int tid = get_global_id(0); in success_nokernel_barrier_global_id() local 56 int tid = get_local_id(0); in success_nokernel_barrier_local_id() local 83 int tid = get_global_id(0); in success_barrier_global_id() local 88 int tid = get_local_id(0); in success_barrier_local_id() local 111 int tid = get_global_id(0); in success_nokernel_barrier_global_id() local 116 int tid = get_local_id(0); in success_nokernel_barrier_local_id() local 171 int tid = get_global_id(0); in success_barrier_global_id() local 176 int tid = get_local_id(0); in success_barrier_local_id() local [all …]
|
/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
H A 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 …]
|
/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_fuchsia.cpp | 28 ThreadContext::ThreadContext(int tid) : ThreadContextLsanBase(tid) {} in ThreadContext() 55 void ThreadStart(u32 tid) { in ThreadStart() 66 u32 tid = ThreadCreate(kMainTid, true, &args); in InitializeMainThread() local 104 u32 tid = ThreadCreate(parent_tid, detached, &args); in __sanitizer_before_thread_create_hook() local 111 u32 tid = static_cast<u32>(reinterpret_cast<uptr>(hook)); in __sanitizer_thread_create_hook() local 122 u32 tid = static_cast<u32>(reinterpret_cast<uptr>(hook)); in __sanitizer_thread_start_hook() local
|
/llvm-project/lldb/include/lldb/Interpreter/Interfaces/ |
H A D | OperatingSystemInterface.h | 20 virtual StructuredData::DictionarySP CreateThread(lldb::tid_t tid, in CreateThread() argument 27 virtual std::optional<std::string> GetRegisterContextForTID(lldb::tid_t tid) { in GetRegisterContextForTID() argument
|
/llvm-project/offload/test/offloading/ |
H A D | ompx_coords.c | 12 int tid, bid, tdim; member 31 int tid = ompx_thread_id_x(); in main() local 43 int tid = 0, bid = 0, tdim = 256; in main() local
|
/llvm-project/libc/test/src/sched/ |
H A D | affinity_test.cpp | 22 pid_t tid = LIBC_NAMESPACE::syscall_impl<pid_t>(SYS_gettid); in TEST() local 33 pid_t tid = LIBC_NAMESPACE::syscall_impl<pid_t>(SYS_gettid); in TEST() local
|
/llvm-project/lldb/include/lldb/Target/ |
H A D | ThreadPlanStack.h | 127 lldb::tid_t tid = thread.GetID(); AddThread() local 131 RemoveTID(lldb::tid_t tid) RemoveTID() argument 141 Find(lldb::tid_t tid) Find() argument
|
/llvm-project/openmp/runtime/test/affinity/format/ |
H A D | fields_modifiers.c | 43 int tid = omp_get_thread_num(); in check_thread_num_padded_rjustified() local 62 int tid = omp_get_thread_num(); in check_thread_num_rjustified() local 81 int tid = omp_get_thread_num(); in check_thread_num_ljustified() local 100 int tid = omp_get_thread_num(); in check_thread_num_padded_ljustified() local
|
/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_descriptions.cpp | 26 MemprofThreadIdAndName::MemprofThreadIdAndName(u32 tid) { in MemprofThreadIdAndName() 36 void MemprofThreadIdAndName::Init(u32 tid, const char *tname) { in Init()
|
/llvm-project/openmp/runtime/test/worksharing/for/ |
H A D | omp_for_schedule_dynamic.c | 21 int tid; in test_omp_for_schedule_dynamic() local 34 int tid; in test_omp_for_schedule_dynamic() local
|
/llvm-project/lldb/test/API/functionalities/plugins/python_os_plugin/ |
H A D | operating_system.py | 13 def create_thread(self, tid, context): argument 283 def get_register_data(self, tid): argument
|