Home
last modified time | relevance | path

Searched refs:thread_type (Results 1 – 25 of 25) sorted by relevance

/llvm-project-15.0.7/openmp/runtime/test/ompt/synchronization/
H A Dmaster.c48 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 Drepeated_calls.c51 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 Dimplicit_task_data.c62 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 Dlsan_thread.cpp52 ThreadType thread_type, void *arg) { in ThreadStart() argument
53 thread_registry->StartThread(tid, os_id, thread_type, arg); in ThreadStart()
H A Dlsan_posix.cpp47 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 Dlsan_posix.h45 ThreadType thread_type = ThreadType::Regular);
H A Dlsan_thread.h31 static void ThreadStart(u32 tid, tid_t os_id, ThreadType thread_type,
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp23 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 Dsanitizer_thread_registry.h52 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 Dtool_available_search.c98 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 Dtsan_rtl_thread.cpp152 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 Dtsan_report.h87 ThreadType thread_type; member
H A Dtsan_report.cpp249 if (rt->thread_type == ThreadType::Worker) { in PrintThread()
H A Dtsan_rtl_report.cpp214 rt->thread_type = tctx->thread_type; in AddThread()
H A Dtsan_rtl.h534 ThreadType thread_type);
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp153 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 Dtsan_report.h87 ThreadType thread_type; member
H A Dtsan_rtl_report.cpp218 rt->thread_type = tctx->thread_type; in AddThread()
H A Dtsan_report.cpp243 if (rt->thread_type == ThreadType::Worker) { in PrintThread()
H A Dtsan_rtl.h557 ThreadType thread_type);
/llvm-project-15.0.7/openmp/tools/multiplex/tests/custom_data_storage/
H A Dfirst-tool.h192 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 Dompt-multiplex.h623 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 Dcallback.h1116 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 Domp-tools.h.var716 ompt_thread_t thread_type,
721 ompt_thread_t thread_type;
/llvm-project-15.0.7/openmp/tools/archer/
H A Dompt-tsan.cpp610 static void ompt_tsan_thread_begin(ompt_thread_t thread_type, in ompt_tsan_thread_begin() argument