/llvm-project/openmp/runtime/test/tasking/ |
H A D | omp_task.c | 9 int tids[NUM_TASKS]; in test_omp_task() local
|
H A D | omp_task_final.c | 9 int tids[NUM_TASKS]; in test_omp_task_final() local
|
H A D | omp_taskloop_num_tasks.c | 29 int *tids; in test_omp_taskloop_num_tasks() local
|
H A D | omp_taskloop_grainsize.c | 26 int *tmp, *tids, *tidsArray; in test_omp_taskloop_grainsize() local
|
/llvm-project/openmp/runtime/test/worksharing/for/ |
H A D | omp_for_schedule_dynamic.c | 22 int *tids; in test_omp_for_schedule_dynamic() local
|
H A D | omp_for_schedule_static.c | 19 int * tids; in test_omp_for_schedule_static() local
|
H A D | omp_for_schedule_guided.c | 34 int * tids; in test_omp_for_schedule_guided() local
|
H A D | omp_for_schedule_static_3.c | 22 int * tids; in test_omp_for_schedule_static_3() local
|
/llvm-project/lldb/include/lldb/Utility/ |
H A D | TraceGDBRemotePackets.h | 49 std::optional<std::vector<lldb::tid_t>> tids; member 77 std::optional<std::vector<lldb::tid_t>> tids; member
|
/llvm-project/compiler-rt/test/asan/TestCases/Posix/ |
H A D | halt_on_error-torture.cpp | 58 pthread_t *tids = new pthread_t[nthreads]; in main() local
|
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectThreadUtil.cpp | 53 std::vector<lldb::tid_t> tids; in DoExecute() local 171 std::vector<lldb::tid_t> tids; in DoExecute() local
|
H A D | CommandObjectThread.cpp | 2072 DoExecuteOnThreads(Args & command,CommandReturnObject & result,llvm::ArrayRef<lldb::tid_t> tids) DoExecuteOnThreads() argument
|
/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | CommandObjectTraceStartIntelPT.cpp | 78 llvm::ArrayRef<lldb::tid_t> tids) { in DoExecuteOnThreads() argument
|
H A D | TraceIntelPT.cpp | 580 std::vector<tid_t> tids; in DoRefreshLiveProcessState() local 684 llvm::Error TraceIntelPT::Start(llvm::ArrayRef<lldb::tid_t> tids, in Start() 698 Error TraceIntelPT::Start(llvm::ArrayRef<lldb::tid_t> tids, in Start()
|
/llvm-project/lldb/include/lldb/Symbol/ |
H A D | ObjectFile.h | 562 virtual bool GetCorefileThreadExtraInfos(std::vector<lldb::tid_t> &tids) { in GetCorefileThreadExtraInfos() argument
|
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_thread_registry_test.cpp | 183 std::vector<int> tids; RunThread() local
|
/llvm-project/lldb/source/Plugins/Process/Linux/ |
H A D | NativeProcessLinux.cpp | 318 ArrayRef<::pid_t> tids = *tids_or; in Attach() local 428 llvm::ArrayRef<::pid_t> tids) in NativeProcessLinux() argument 509 std::vector<::pid_t> tids; in Attach() local [all...] |
/llvm-project/lldb/source/Plugins/Process/mach-core/ |
H A D | ProcessMachCore.cpp | 598 std::vector<tid_t> tids; DoUpdateThreadList() local [all...] |
/llvm-project/lldb/source/Target/ |
H A D | Trace.cpp | 171 Error Trace::Stop(llvm::ArrayRef<lldb::tid_t> tids) { in Stop()
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl_report.cpp | 754 Tid tids[kMop] = {thr->tid, kInvalidTid}; in ReportRace() local
|