Home
last modified time | relevance | path

Searched refs:SetCurrentThreadName (Results 1 – 9 of 9) 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/libchrome/base/trace_event/
Dheap_profiler_allocation_context_tracker.h60 static void SetCurrentThreadName(const char* name);
Dheap_profiler_allocation_context_tracker.cc92 void AllocationContextTracker::SetCurrentThreadName(const char* name) { in SetCurrentThreadName() function in base::trace_event::AllocationContextTracker
Dheap_profiler_allocation_context_tracker_unittest.cc70 AllocationContextTracker::SetCurrentThreadName(kThreadName); in SetUp()
/external/libchrome/base/threading/
Dthread_id_name_manager.cc83 trace_event::AllocationContextTracker::SetCurrentThreadName( in SetName()
/external/webrtc/webrtc/modules/video_capture/windows/
Dsink_filter_ds.cc333 rtc::SetCurrentThreadName("webrtc_video_capture"); in Receive()
/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()