Home
last modified time | relevance | path

Searched defs:SetThreadName (Results 1 – 8 of 8) sorted by relevance

/external/lldb/source/API/
DSBBreakpointLocation.cpp208 SBBreakpointLocation::SetThreadName (const char *thread_name) in SetThreadName() function in SBBreakpointLocation
DSBBreakpoint.cpp417 SBBreakpoint::SetThreadName (const char *thread_name) in SetThreadName() function in SBBreakpoint
/external/lldb/source/Breakpoint/
DBreakpointLocation.cpp155 BreakpointLocation::SetThreadName (const char *thread_name) in SetThreadName() function in BreakpointLocation
DBreakpoint.cpp243 Breakpoint::SetThreadName (const char *thread_name) in SetThreadName() function in Breakpoint
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.cc200 void ThreadRegistry::SetThreadName(u32 tid, const char *name) { in SetThreadName() function in __sanitizer::ThreadRegistry
/external/v8/src/base/platform/
Dplatform-posix.cc565 static void SetThreadName(const char* name) { in SetThreadName() function
/external/lldb/source/Host/common/
DHost.cpp637 Host::SetThreadName (lldb::pid_t pid, lldb::tid_t tid, const char *name) in SetThreadName() function in Host
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc121 void SetThreadName(const char *name) { in SetThreadName() function