Home
last modified time | relevance | path

Searched defs:tids (Results 1 – 20 of 20) sorted by relevance

/llvm-project/openmp/runtime/test/tasking/
H A Domp_task.c9 int tids[NUM_TASKS]; in test_omp_task() local
H A Domp_task_final.c9 int tids[NUM_TASKS]; in test_omp_task_final() local
H A Domp_taskloop_num_tasks.c29 int *tids; in test_omp_taskloop_num_tasks() local
H A Domp_taskloop_grainsize.c26 int *tmp, *tids, *tidsArray; in test_omp_taskloop_grainsize() local
/llvm-project/openmp/runtime/test/worksharing/for/
H A Domp_for_schedule_dynamic.c22 int *tids; in test_omp_for_schedule_dynamic() local
H A Domp_for_schedule_static.c19 int * tids; in test_omp_for_schedule_static() local
H A Domp_for_schedule_guided.c34 int * tids; in test_omp_for_schedule_guided() local
H A Domp_for_schedule_static_3.c22 int * tids; in test_omp_for_schedule_static_3() local
/llvm-project/lldb/include/lldb/Utility/
H A DTraceGDBRemotePackets.h49 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 Dhalt_on_error-torture.cpp58 pthread_t *tids = new pthread_t[nthreads]; in main() local
/llvm-project/lldb/source/Commands/
H A DCommandObjectThreadUtil.cpp53 std::vector<lldb::tid_t> tids; in DoExecute() local
171 std::vector<lldb::tid_t> tids; in DoExecute() local
H A DCommandObjectThread.cpp2072 DoExecuteOnThreads(Args & command,CommandReturnObject & result,llvm::ArrayRef<lldb::tid_t> tids) DoExecuteOnThreads() argument
/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DCommandObjectTraceStartIntelPT.cpp78 llvm::ArrayRef<lldb::tid_t> tids) { in DoExecuteOnThreads() argument
H A DTraceIntelPT.cpp580 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 DObjectFile.h562 virtual bool GetCorefileThreadExtraInfos(std::vector<lldb::tid_t> &tids) { in GetCorefileThreadExtraInfos() argument
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cpp183 std::vector<int> tids; RunThread() local
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp318 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 DProcessMachCore.cpp598 std::vector<tid_t> tids; DoUpdateThreadList() local
[all...]
/llvm-project/lldb/source/Target/
H A DTrace.cpp171 Error Trace::Stop(llvm::ArrayRef<lldb::tid_t> tids) { in Stop()
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp754 Tid tids[kMop] = {thr->tid, kInvalidTid}; in ReportRace() local