Home
last modified time | relevance | path

Searched refs:GetMaxThreadNameLength (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/freebsd/
HDHostInfoFreeBSD.h22 static uint32_t GetMaxThreadNameLength();
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/
HDHostInfoBase.h53 static uint32_t GetMaxThreadNameLength();
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDHostNativeThreadBase.cpp71 ThisThread::SetName(info->thread_name.c_str(), HostInfo::GetMaxThreadNameLength()); in ThreadCreateTrampoline()
HDHostInfoBase.cpp95 HostInfoBase::GetMaxThreadNameLength() in GetMaxThreadNameLength() function in HostInfoBase
/NextBSD/contrib/llvm/tools/lldb/source/Host/freebsd/
HDHostInfoFreeBSD.cpp21 HostInfoFreeBSD::GetMaxThreadNameLength() in GetMaxThreadNameLength() function in HostInfoFreeBSD
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDProcess.cpp4311 if (HostInfo::GetMaxThreadNameLength() <= 30) in StartPrivateStateThread()