Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBBreakpointLocation.cpp355 void SBBreakpointLocation::SetThreadName(const char *thread_name) { in SetThreadName() function in SBBreakpointLocation
356 LLDB_RECORD_METHOD(void, SBBreakpointLocation, SetThreadName, (const char *), in SetThreadName()
363 loc_sp->SetThreadName(thread_name); in SetThreadName()
517 LLDB_REGISTER_METHOD(void, SBBreakpointLocation, SetThreadName, in RegisterMethods()
DSBBreakpointName.cpp415 void SBBreakpointName::SetThreadName(const char *thread_name) { in SetThreadName() function in SBBreakpointName
416 LLDB_RECORD_METHOD(void, SBBreakpointName, SetThreadName, (const char *), in SetThreadName()
733 LLDB_REGISTER_METHOD(void, SBBreakpointName, SetThreadName, (const char *)); in RegisterMethods()
DSBBreakpoint.cpp408 void SBBreakpoint::SetThreadName(const char *thread_name) { in SetThreadName() function in SBBreakpoint
409 LLDB_RECORD_METHOD(void, SBBreakpoint, SetThreadName, (const char *), in SetThreadName()
1029 LLDB_REGISTER_METHOD(void, SBBreakpoint, SetThreadName, (const char *)); in RegisterMethods()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/memprof/
Dmemprof_interceptors.cpp36 void SetThreadName(const char *name) { in SetThreadName() function
39 memprofThreadRegistry().SetThreadName(t->tid(), name); in SetThreadName()
87 #define COMMON_INTERCEPTOR_SET_THREAD_NAME(ctx, name) SetThreadName(name)
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBBreakpointName.i77 void SetThreadName(const char *thread_name);
DSBBreakpointLocation.i118 SetThreadName (const char *thread_name);
DSBBreakpoint.i169 SetThreadName (const char *thread_name);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBBreakpointLocation.h75 void SetThreadName(const char *thread_name);
DSBBreakpointName.h76 void SetThreadName(const char *thread_name);
DSBBreakpoint.h87 void SetThreadName(const char *thread_name);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
DHistoryThread.h70 void SetThreadName(const char *name) { m_thread_name = name; } in SetThreadName() function
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
Dasan_interceptors.cpp64 void SetThreadName(const char *name) { in SetThreadName() function
67 asanThreadRegistry().SetThreadName(t->tid(), name); in SetThreadName()
122 #define COMMON_INTERCEPTOR_SET_THREAD_NAME(ctx, name) SetThreadName(name)
Dasan_fuchsia.cpp101 asanThreadRegistry().SetThreadName(tid, name); in CreateAsanThread()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointLocation.h150 void SetThreadName(const char *thread_name);
DBreakpoint.h360 void SetThreadName(const char *thread_name);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.h123 void SetThreadName(u32 tid, const char *name);
Dsanitizer_thread_registry.cpp213 void ThreadRegistry::SetThreadName(u32 tid, const char *name) { in SetThreadName() function in __sanitizer::ThreadRegistry
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
DMemoryHistoryASan.cpp145 history_thread->SetThreadName(thread_name_with_number.str().c_str()); in CreateHistoryThreadFromValueObject()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Windows/
DThreading.inc69 static void SetThreadName(DWORD Id, LPCSTR Name) {
101 SetThreadName(::GetCurrentThreadId(), NameStr.data());
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cpp333 ctx->thread_registry->SetThreadName(thr->tid, name); in ThreadSetName()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/
DBreakpointLocation.cpp146 void BreakpointLocation::SetThreadName(const char *thread_name) { in SetThreadName() function in BreakpointLocation
DBreakpoint.cpp370 void Breakpoint::SetThreadName(const char *thread_name) { in SetThreadName() function in Breakpoint
/freebsd-12-stable/lib/clang/liblldb/
DLLDBWrapLua.cpp7315 (arg1)->SetThreadName((char const *)arg2); in _wrap_SBBreakpoint_SetThreadName()
9279 (arg1)->SetThreadName((char const *)arg2); in _wrap_SBBreakpointLocation_SetThreadName()
10162 (arg1)->SetThreadName((char const *)arg2); in _wrap_SBBreakpointName_SetThreadName()