Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dplatform_thread.cc58 void SetCurrentThreadName(const char* name) { in SetCurrentThreadName() function
180 rtc::SetCurrentThreadName(name_.c_str()); in PlatformThread()
Dplatform_thread.h31 void SetCurrentThreadName(const char* name);
Dthread.cc289 rtc::SetCurrentThreadName(init->thread->name_.c_str()); in PreRun()
/external/tensorflow/tensorflow/core/platform/default/
Dtracing.cc33 void EventCollector::SetCurrentThreadName(const char*) {} in SetCurrentThreadName() function in tensorflow::tracing::EventCollector
/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.cpp76 void SWR_API SetCurrentThreadName(const char* pThreadName) in SetCurrentThreadName() function
Dos.h280 void SWR_API SetCurrentThreadName(const char* pThreadName);
/external/tensorflow/tensorflow/core/platform/
Dtracing.h58 static void SetCurrentThreadName(const char* name);
/external/webrtc/webrtc/modules/video_capture/windows/
Dsink_filter_ds.cc333 rtc::SetCurrentThreadName("webrtc_video_capture"); in Receive()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dthreads.cpp780 SetCurrentThreadName(threadName); in workerThreadMain()
/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc3392 rtc::SetCurrentThreadName("webrtc_core_audio_render_thread"); in DoRenderThread()
3669 rtc::SetCurrentThreadName("webrtc_core_audio_capture_thread"); in InitCaptureThreadPriority()