| /llvm-project-15.0.7/openmp/runtime/test/ompt/synchronization/ |
| H A D | master.c | 48 static void on_ompt_callback_thread_begin(ompt_thread_t thread_type, in on_ompt_callback_thread_begin() argument 55 ompt_get_thread_data()->value, ompt_thread_t_values[thread_type], in on_ompt_callback_thread_begin() 56 thread_type, thread_data->value); in on_ompt_callback_thread_begin()
|
| /llvm-project-15.0.7/openmp/runtime/test/ompt/parallel/ |
| H A D | repeated_calls.c | 51 ompt_thread_t thread_type, in on_ompt_callback_thread_begin() argument 58 ompt_get_thread_data()->value, ompt_thread_t_values[thread_type], in on_ompt_callback_thread_begin() 59 thread_type, thread_data->value); in on_ompt_callback_thread_begin()
|
| /llvm-project-15.0.7/openmp/runtime/test/ompt/synchronization/barrier/ |
| H A D | implicit_task_data.c | 62 ompt_thread_t thread_type, in on_ompt_callback_thread_begin() argument 68 …RIu64 "\n", ompt_get_thread_data()->value, ompt_thread_t_values[thread_type], thread_type, thread_… in on_ompt_callback_thread_begin()
|
| /llvm-project-15.0.7/compiler-rt/lib/lsan/ |
| H A D | lsan_thread.cpp | 52 ThreadType thread_type, void *arg) { in ThreadStart() argument 53 thread_registry->StartThread(tid, os_id, thread_type, arg); in ThreadStart()
|
| H A D | lsan_posix.cpp | 47 void ThreadStart(u32 tid, tid_t os_id, ThreadType thread_type) { in ThreadStart() argument 57 ThreadContextLsanBase::ThreadStart(tid, os_id, thread_type, &args); in ThreadStart()
|
| H A D | lsan_posix.h | 45 ThreadType thread_type = ThreadType::Regular);
|
| H A D | lsan_thread.h | 31 static void ThreadStart(u32 tid, tid_t os_id, ThreadType thread_type,
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_thread_registry.cpp | 23 thread_type(ThreadType::Regular), parent_tid(0), next(0) { in ThreadContextBase() 79 thread_type = _thread_type; in SetStarted() 310 void ThreadRegistry::StartThread(u32 tid, tid_t os_id, ThreadType thread_type, in StartThread() argument 317 tctx->SetStarted(os_id, thread_type, arg); in StartThread()
|
| H A D | sanitizer_thread_registry.h | 52 ThreadType thread_type; variable 132 void StartThread(u32 tid, tid_t os_id, ThreadType thread_type, void *arg);
|
| /llvm-project-15.0.7/openmp/runtime/test/ompt/loadtool/tool_available_search/ |
| H A D | tool_available_search.c | 98 ompt_thread_t thread_type, in on_ompt_callback_thread_begin() argument
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_rtl_thread.cpp | 152 ThreadType thread_type) { in ThreadStart() argument 158 if (thread_type != ThreadType::Fiber) in ThreadStart() 165 tr->StartThread(tid, os_id, thread_type, &args); in ThreadStart()
|
| H A D | tsan_report.h | 87 ThreadType thread_type; member
|
| H A D | tsan_report.cpp | 249 if (rt->thread_type == ThreadType::Worker) { in PrintThread()
|
| H A D | tsan_rtl_report.cpp | 214 rt->thread_type = tctx->thread_type; in AddThread()
|
| H A D | tsan_rtl.h | 534 ThreadType thread_type);
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_thread.cpp | 153 ThreadType thread_type) { in ThreadStart() argument 154 ctx->thread_registry.StartThread(tid, os_id, thread_type, thr); in ThreadStart() 168 if (thread_type != ThreadType::Fiber) in ThreadStart()
|
| H A D | tsan_report.h | 87 ThreadType thread_type; member
|
| H A D | tsan_rtl_report.cpp | 218 rt->thread_type = tctx->thread_type; in AddThread()
|
| H A D | tsan_report.cpp | 243 if (rt->thread_type == ThreadType::Worker) { in PrintThread()
|
| H A D | tsan_rtl.h | 557 ThreadType thread_type);
|
| /llvm-project-15.0.7/openmp/tools/multiplex/tests/custom_data_storage/ |
| H A D | first-tool.h | 192 static void on_cds_ompt_callback_thread_begin(ompt_thread_t thread_type, in on_cds_ompt_callback_thread_begin() argument 198 on_ompt_callback_thread_begin(thread_type, thread_data); in on_cds_ompt_callback_thread_begin()
|
| /llvm-project-15.0.7/openmp/tools/multiplex/ |
| H A D | ompt-multiplex.h | 623 static void ompt_multiplex_callback_thread_begin(ompt_thread_t thread_type, in ompt_multiplex_callback_thread_begin() argument 630 thread_type, ompt_multiplex_get_own_thread_data(thread_data)); in ompt_multiplex_callback_thread_begin() 634 thread_type, ompt_multiplex_get_client_thread_data(thread_data)); in ompt_multiplex_callback_thread_begin()
|
| /llvm-project-15.0.7/openmp/runtime/test/ompt/ |
| H A D | callback.h | 1116 ompt_thread_t thread_type, in on_ompt_callback_thread_begin() argument 1124 ompt_get_thread_data()->value, ompt_thread_t_values[thread_type], in on_ompt_callback_thread_begin() 1125 thread_type, thread_data->value); in on_ompt_callback_thread_begin()
|
| /llvm-project-15.0.7/openmp/runtime/src/include/ |
| H A D | omp-tools.h.var | 716 ompt_thread_t thread_type, 721 ompt_thread_t thread_type;
|
| /llvm-project-15.0.7/openmp/tools/archer/ |
| H A D | ompt-tsan.cpp | 610 static void ompt_tsan_thread_begin(ompt_thread_t thread_type, in ompt_tsan_thread_begin() argument
|