/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/lldb/test/python_api/default-constructor/ |
D | sb_breakpointlocation.py | 19 obj.SetThreadName("worker thread")
|
D | sb_breakpoint.py | 26 obj.SetThreadName("worker thread")
|
/external/lldb/source/API/ |
D | SBBreakpointLocation.cpp | 208 SBBreakpointLocation::SetThreadName (const char *thread_name) in SetThreadName() function in SBBreakpointLocation 213 m_opaque_sp->SetThreadName (thread_name); in SetThreadName()
|
D | SBBreakpoint.cpp | 417 SBBreakpoint::SetThreadName (const char *thread_name) in SetThreadName() function in SBBreakpoint
|
/external/lldb/scripts/Python/interface/ |
D | SBBreakpointLocation.i | 86 SetThreadName (const char *thread_name);
|
D | SBBreakpoint.i | 169 SetThreadName (const char *thread_name);
|
/external/lldb/include/lldb/API/ |
D | SBBreakpointLocation.h | 74 SetThreadName (const char *thread_name);
|
D | SBBreakpoint.h | 107 SetThreadName (const char *thread_name);
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_thread_registry_test.cc | 99 registry->SetThreadName(6, "six"); in TestRegistry() 100 registry->SetThreadName(7, "seven"); in TestRegistry()
|
/external/lldb/include/lldb/Breakpoint/ |
D | BreakpointLocation.h | 205 SetThreadName (const char *thread_name);
|
D | Breakpoint.h | 395 SetThreadName (const char *thread_name);
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_thread_registry.h | 112 void SetThreadName(u32 tid, const char *name);
|
D | sanitizer_thread_registry.cc | 200 void ThreadRegistry::SetThreadName(u32 tid, const char *name) { in SetThreadName() function in __sanitizer::ThreadRegistry
|
/external/v8/src/base/platform/ |
D | platform-posix.cc | 477 static void SetThreadName(const char* name) { in SetThreadName() function 510 SetThreadName(thread->name()); in ThreadEntry()
|
/external/lldb/include/lldb/Host/ |
D | Host.h | 304 SetThreadName (lldb::pid_t pid, lldb::tid_t tid, const char *name);
|
/external/compiler-rt/lib/asan/ |
D | asan_interceptors.cc | 115 void SetThreadName(const char *name) { in SetThreadName() function 118 asanThreadRegistry().SetThreadName(t->tid(), name); in SetThreadName() 165 #define COMMON_INTERCEPTOR_SET_THREAD_NAME(ctx, name) SetThreadName(name)
|
/external/lldb/source/Host/freebsd/ |
D | Host.cpp | 53 Host::SetThreadName (LLDB_INVALID_PROCESS_ID, LLDB_INVALID_THREAD_ID, thread_name); in FreeBSDThread()
|
/external/lldb/source/Host/linux/ |
D | Host.cpp | 445 if (!Host::SetThreadName (LLDB_INVALID_PROCESS_ID, LLDB_INVALID_THREAD_ID, thread_name)) in ThreadCreated()
|
/external/lldb/source/Breakpoint/ |
D | BreakpointLocation.cpp | 155 BreakpointLocation::SetThreadName (const char *thread_name) in SetThreadName() function in BreakpointLocation
|
D | Breakpoint.cpp | 243 Breakpoint::SetThreadName (const char *thread_name) in SetThreadName() function in Breakpoint
|
/external/lldb/source/Host/common/ |
D | Host.cpp | 637 Host::SetThreadName (lldb::pid_t pid, lldb::tid_t tid, const char *name) in SetThreadName() function in Host 724 return Host::SetThreadName (pid, tid, namebuf); in SetShortThreadName()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_thread.cc | 325 ctx->thread_registry->SetThreadName(thr->tid, name); in ThreadSetName()
|
/external/lldb/source/Commands/ |
D | CommandObjectBreakpoint.cpp | 939 location->SetThreadName(m_options.m_thread_name.c_str()); in DoExecute() 963 bp->SetThreadName(m_options.m_thread_name.c_str()); in DoExecute()
|