Searched refs:SetThreadName (Results 1 – 11 of 11) sorted by relevance
/external/chromium/base/threading/ |
D | watchdog.cc | 80 SetThreadName(); in ThreadMain() 124 void Watchdog::ThreadDelegate::SetThreadName() const { in SetThreadName() function in base::Watchdog::ThreadDelegate
|
D | watchdog.h | 63 void SetThreadName() const;
|
/external/webrtc/src/system_wrappers/source/ |
D | set_thread_name_win.h | 25 void SetThreadName(DWORD dwThreadID, LPCSTR szThreadName) in SetThreadName() function
|
D | thread_win.cc | 192 SetThreadName(-1, _name); // -1, set thread name for the calling thread. in Run()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_thread_registry_test.cc | 97 registry->SetThreadName(6, "six"); in TestRegistry() 98 registry->SetThreadName(7, "seven"); in TestRegistry()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_thread_registry.h | 113 void SetThreadName(u32 tid, const char *name);
|
D | sanitizer_thread_registry.cc | 190 void ThreadRegistry::SetThreadName(u32 tid, const char *name) { in SetThreadName() function in __sanitizer::ThreadRegistry
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | thread.cc | 321 void SetThreadName(DWORD dwThreadID, LPCSTR szThreadName) { in SetThreadName() function 341 SetThreadName(GetCurrentThreadId(), init->thread->name_.c_str()); in PreRun()
|
/external/compiler-rt/lib/asan/ |
D | asan_interceptors.cc | 91 void SetThreadName(const char *name) { in SetThreadName() function 113 #define COMMON_INTERCEPTOR_SET_THREAD_NAME(ctx, name) SetThreadName(name)
|
/external/v8/src/ |
D | platform-macos.cc | 503 static void SetThreadName(const char* name) { in SetThreadName() function 526 SetThreadName(thread->name()); in ThreadEntry()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_thread.cc | 273 CTX()->thread_registry->SetThreadName(thr->tid, name); in ThreadSetName()
|