Home
last modified time | relevance | path

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

/external/chromium/base/threading/
Dwatchdog.cc80 SetThreadName(); in ThreadMain()
124 void Watchdog::ThreadDelegate::SetThreadName() const { in SetThreadName() function in base::Watchdog::ThreadDelegate
Dwatchdog.h63 void SetThreadName() const;
/external/webrtc/src/system_wrappers/source/
Dset_thread_name_win.h25 void SetThreadName(DWORD dwThreadID, LPCSTR szThreadName) in SetThreadName() function
Dthread_win.cc192 SetThreadName(-1, _name); // -1, set thread name for the calling thread. in Run()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_thread_registry_test.cc97 registry->SetThreadName(6, "six"); in TestRegistry()
98 registry->SetThreadName(7, "seven"); in TestRegistry()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.h113 void SetThreadName(u32 tid, const char *name);
Dsanitizer_thread_registry.cc190 void ThreadRegistry::SetThreadName(u32 tid, const char *name) { in SetThreadName() function in __sanitizer::ThreadRegistry
/external/chromium/third_party/libjingle/source/talk/base/
Dthread.cc321 void SetThreadName(DWORD dwThreadID, LPCSTR szThreadName) { in SetThreadName() function
341 SetThreadName(GetCurrentThreadId(), init->thread->name_.c_str()); in PreRun()
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc91 void SetThreadName(const char *name) { in SetThreadName() function
113 #define COMMON_INTERCEPTOR_SET_THREAD_NAME(ctx, name) SetThreadName(name)
/external/v8/src/
Dplatform-macos.cc503 static void SetThreadName(const char* name) { in SetThreadName() function
526 SetThreadName(thread->name()); in ThreadEntry()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cc273 CTX()->thread_registry->SetThreadName(thr->tid, name); in ThreadSetName()