Home
last modified time | relevance | path

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

12

/external/llvm-project/openmp/runtime/test/ompt/synchronization/
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()
/external/llvm-project/openmp/runtime/test/ompt/parallel/
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()
/external/llvm-project/openmp/runtime/test/ompt/synchronization/barrier/
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()
/external/perfetto/src/trace_processor/importers/proto/
Dchrome_string_lookup.cc197 StringId ChromeStringLookup::GetThreadName(int32_t thread_type) const { in GetThreadName()
198 auto thread_name_it = chrome_thread_name_ids_.find(thread_type); in GetThreadName()
203 thread_type); in GetThreadName()
Dchrome_string_lookup.h35 StringId GetThreadName(int32_t thread_type) const;
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_thread.cpp55 ThreadType thread_type, void *arg) { in ThreadStart() argument
56 thread_registry->StartThread(tid, os_id, thread_type, arg); in ThreadStart()
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()
Dlsan_posix.h45 ThreadType thread_type = ThreadType::Regular);
Dlsan_thread.h31 static void ThreadStart(u32 tid, tid_t os_id, ThreadType thread_type,
/external/perfetto/protos/perfetto/trace/track_event/
Dchrome_thread_descriptor.proto81 optional ThreadType thread_type = 1; field
83 // To support old UI. New UI should determine default sorting by thread_type.
Dthread_descriptor.proto73 // To support old UI. New UI should determine default sorting by thread_type.
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.cpp21 thread_type(ThreadType::Regular), parent_tid(0), next(0) { in ThreadContextBase()
77 thread_type = _thread_type; in SetStarted()
305 void ThreadRegistry::StartThread(u32 tid, tid_t os_id, ThreadType thread_type, in StartThread() argument
313 tctx->SetStarted(os_id, thread_type, arg); in StartThread()
Dsanitizer_thread_registry.h51 ThreadType thread_type; variable
130 void StartThread(u32 tid, tid_t os_id, ThreadType thread_type, void *arg);
/external/perfetto/test/trace_processor/chrome/
Dcpu_time_by_combined_rail_mode.py54 thread_type=trace.prototypes.ThreadDescriptor.ChromeThreadType
64 thread_type=trace.prototypes.ThreadDescriptor.ChromeThreadType
Dactual_power_by_combined_rail_mode.py59 thread_type=trace.prototypes.ThreadDescriptor.ChromeThreadType
69 thread_type=trace.prototypes.ThreadDescriptor.ChromeThreadType
Destimated_power_by_combined_rail_mode.py58 thread_type=trace.prototypes.ThreadDescriptor.ChromeThreadType
68 thread_type=trace.prototypes.ThreadDescriptor.ChromeThreadType
Dscroll_jank_mojo_simple_watcher.py71 thread_type=trace.prototypes.ThreadDescriptor.ChromeThreadType
/external/llvm-project/openmp/runtime/test/ompt/loadtool/tool_available_search/
Dtool_available_search.c98 ompt_thread_t thread_type, in on_ompt_callback_thread_begin() argument
/external/perfetto/test/
Dsynth_common.py491 thread_type=None): argument
492 if thread_type is None:
493 thread_type = self.prototypes.ThreadDescriptor \
503 packet.track_descriptor.thread.chrome_thread_type = thread_type
535 thread_type=None): argument
542 thread_type=thread_type)
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_report.h95 ThreadType thread_type; member
Dtsan_rtl_thread.cpp246 ThreadType thread_type) { in ThreadStart() argument
252 if (thread_type != ThreadType::Fiber) in ThreadStart()
265 tr->StartThread(tid, os_id, thread_type, &args); in ThreadStart()
/external/llvm-project/openmp/tools/multiplex/tests/custom_data_storage/
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()
/external/llvm-project/openmp/tools/multiplex/
Dompt-multiplex.h612 static void ompt_multiplex_callback_thread_begin(ompt_thread_t thread_type, in ompt_multiplex_callback_thread_begin() argument
619 thread_type, ompt_multiplex_get_own_thread_data(thread_data)); in ompt_multiplex_callback_thread_begin()
623 thread_type, ompt_multiplex_get_client_thread_data(thread_data)); in ompt_multiplex_callback_thread_begin()
/external/llvm-project/openmp/runtime/test/ompt/
Dcallback.h1064 ompt_thread_t thread_type, in on_ompt_callback_thread_begin() argument
1072 ompt_get_thread_data()->value, ompt_thread_t_values[thread_type], in on_ompt_callback_thread_begin()
1073 thread_type, thread_data->value); in on_ompt_callback_thread_begin()
/external/webrtc/modules/video_coding/codecs/h264/
Dh264_decoder_impl.cc194 av_context_->thread_type = FF_THREAD_SLICE; in InitDecode()

12