/external/llvm-project/openmp/runtime/test/ompt/synchronization/ |
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()
|
/external/llvm-project/openmp/runtime/test/ompt/parallel/ |
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()
|
/external/llvm-project/openmp/runtime/test/ompt/synchronization/barrier/ |
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()
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | chrome_string_lookup.cc | 197 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()
|
D | chrome_string_lookup.h | 35 StringId GetThreadName(int32_t thread_type) const;
|
/external/llvm-project/compiler-rt/lib/lsan/ |
D | lsan_thread.cpp | 55 ThreadType thread_type, void *arg) { in ThreadStart() argument 56 thread_registry->StartThread(tid, os_id, thread_type, arg); in ThreadStart()
|
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()
|
D | lsan_posix.h | 45 ThreadType thread_type = ThreadType::Regular);
|
D | lsan_thread.h | 31 static void ThreadStart(u32 tid, tid_t os_id, ThreadType thread_type,
|
/external/perfetto/protos/perfetto/trace/track_event/ |
D | chrome_thread_descriptor.proto | 81 optional ThreadType thread_type = 1; field 83 // To support old UI. New UI should determine default sorting by thread_type.
|
D | thread_descriptor.proto | 73 // To support old UI. New UI should determine default sorting by thread_type.
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_thread_registry.cpp | 21 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()
|
D | sanitizer_thread_registry.h | 51 ThreadType thread_type; variable 130 void StartThread(u32 tid, tid_t os_id, ThreadType thread_type, void *arg);
|
/external/perfetto/test/trace_processor/chrome/ |
D | cpu_time_by_combined_rail_mode.py | 54 thread_type=trace.prototypes.ThreadDescriptor.ChromeThreadType 64 thread_type=trace.prototypes.ThreadDescriptor.ChromeThreadType
|
D | actual_power_by_combined_rail_mode.py | 59 thread_type=trace.prototypes.ThreadDescriptor.ChromeThreadType 69 thread_type=trace.prototypes.ThreadDescriptor.ChromeThreadType
|
D | estimated_power_by_combined_rail_mode.py | 58 thread_type=trace.prototypes.ThreadDescriptor.ChromeThreadType 68 thread_type=trace.prototypes.ThreadDescriptor.ChromeThreadType
|
D | scroll_jank_mojo_simple_watcher.py | 71 thread_type=trace.prototypes.ThreadDescriptor.ChromeThreadType
|
/external/llvm-project/openmp/runtime/test/ompt/loadtool/tool_available_search/ |
D | tool_available_search.c | 98 ompt_thread_t thread_type, in on_ompt_callback_thread_begin() argument
|
/external/perfetto/test/ |
D | synth_common.py | 491 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/ |
D | tsan_report.h | 95 ThreadType thread_type; member
|
D | tsan_rtl_thread.cpp | 246 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/ |
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()
|
/external/llvm-project/openmp/tools/multiplex/ |
D | ompt-multiplex.h | 612 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/ |
D | callback.h | 1064 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/ |
D | h264_decoder_impl.cc | 194 av_context_->thread_type = FF_THREAD_SLICE; in InitDecode()
|