Home
last modified time | relevance | path

Searched refs:SetCurrentThreadName (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/core/platform/default/
Dtracing.cc33 void EventCollector::SetCurrentThreadName(const char*) {} in SetCurrentThreadName() function in tensorflow::tracing::EventCollector
/external/webrtc/rtc_base/
Dplatform_thread_types.h58 void SetCurrentThreadName(const char* name);
Dplatform_thread_types.cc69 void SetCurrentThreadName(const char* name) { in SetCurrentThreadName() function
Dplatform_thread.cc128 rtc::SetCurrentThreadName(name_.c_str()); in Run()
Dthread.cc842 rtc::SetCurrentThreadName(thread->name_.c_str()); in PreRun()
/external/libchrome/base/trace_event/
Dheap_profiler_allocation_context_tracker.h85 static void SetCurrentThreadName(const char* name);
Dheap_profiler_allocation_context_tracker.cc103 void AllocationContextTracker::SetCurrentThreadName(const char* name) { in SetCurrentThreadName() function in base::trace_event::AllocationContextTracker
Dheap_profiler_allocation_context_tracker_unittest.cc87 AllocationContextTracker::SetCurrentThreadName(kThreadName); in SetUp()
/external/tensorflow/tensorflow/core/platform/
Dtracing.h53 static void SetCurrentThreadName(const char* name);
/external/libchrome/libchrome_tools/patch/
Dtrace_event.patch152 - trace_event::AllocationContextTracker::SetCurrentThreadName(
155 + // trace_event::AllocationContextTracker::SetCurrentThreadName(
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dos.cpp77 void SWR_API SetCurrentThreadName(const char* pThreadName) in SetCurrentThreadName() function
Dos.h316 void SWR_API SetCurrentThreadName(const char* pThreadName);
/external/webrtc/modules/video_capture/windows/
Dsink_filter_ds.cc737 rtc::SetCurrentThreadName("webrtc_video_capture"); in Receive()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dthreads.cpp881 SetCurrentThreadName(threadName); in workerThreadMain()
/external/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc2649 rtc::SetCurrentThreadName("webrtc_core_audio_render_thread"); in DoRenderThread()
2911 rtc::SetCurrentThreadName("webrtc_core_audio_capture_thread"); in InitCaptureThreadPriority()