Searched refs:SetThreadName (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpointLocation.i118 SetThreadName (const char *thread_name);
H A DSBBreakpointName.i77 void SetThreadName(const char *thread_name);
H A DSBBreakpoint.i166 SetThreadName (const char *thread_name);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.h69 void SetThreadName(const char *name) { m_thread_name = name; } function in class:lldb_private::HistoryThread
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointLocation.h75 void SetThreadName(const char *thread_name);
H A DSBBreakpointName.h76 void SetThreadName(const char *thread_name);
H A DSBBreakpoint.h85 void SetThreadName(const char *thread_name);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc64 static void SetThreadName(DWORD Id, LPCSTR Name) {
96 SetThreadName(::GetCurrentThreadId(), NameStr.data());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h148 void SetThreadName(const char *thread_name);
H A DBreakpoint.h357 void SetThreadName(const char *thread_name);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp355 void SBBreakpointLocation::SetThreadName(const char *thread_name) { function in class:SBBreakpointLocation
356 LLDB_RECORD_METHOD(void, SBBreakpointLocation, SetThreadName, (const char *),
363 loc_sp->SetThreadName(thread_name);
517 LLDB_REGISTER_METHOD(void, SBBreakpointLocation, SetThreadName,
H A DSBBreakpointName.cpp414 void SBBreakpointName::SetThreadName(const char *thread_name) { function in class:SBBreakpointName
415 LLDB_RECORD_METHOD(void, SBBreakpointName, SetThreadName, (const char *),
733 LLDB_REGISTER_METHOD(void, SBBreakpointName, SetThreadName, (const char *));
H A DSBBreakpoint.cpp398 void SBBreakpoint::SetThreadName(const char *thread_name) { function in class:SBBreakpoint
399 LLDB_RECORD_METHOD(void, SBBreakpoint, SetThreadName, (const char *),
994 LLDB_REGISTER_METHOD(void, SBBreakpoint, SetThreadName, (const char *));
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h124 void SetThreadName(u32 tid, const char *name);
H A Dsanitizer_thread_registry.cpp214 void ThreadRegistry::SetThreadName(u32 tid, const char *name) { function in class:__sanitizer::ThreadRegistry
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp143 history_thread->SetThreadName(thread_name_with_number.str().c_str());
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp100 asanThreadRegistry().SetThreadName(tid, name);
H A Dasan_interceptors.cpp64 void SetThreadName(const char *name) { function in namespace:__asan
67 asanThreadRegistry().SetThreadName(t->tid(), name);
120 #define COMMON_INTERCEPTOR_SET_THREAD_NAME(ctx, name) SetThreadName(name)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp148 void BreakpointLocation::SetThreadName(const char *thread_name) { function in class:BreakpointLocation
H A DBreakpoint.cpp380 void Breakpoint::SetThreadName(const char *thread_name) { function in class:Breakpoint
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp323 ctx->thread_registry->SetThreadName(thr->tid, name);

Completed in 513 milliseconds