Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DThreading.cpp35 uint32_t llvm::get_max_thread_name_length() { return 0; } in get_max_thread_name_length() function in llvm
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreading.h209 uint32_t get_max_thread_name_length();
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DThreading.inc159 uint32_t llvm::get_max_thread_name_length() {
174 if (get_max_thread_name_length() > 0)
175 NameStr = NameStr.take_back(get_max_thread_name_length() - 1);
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc60 uint32_t llvm::get_max_thread_name_length() { return 0; }
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp2000 full_name.GetLength() < llvm::get_max_thread_name_length() in StartEventHandlerThread()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp3765 uint32_t max_len = llvm::get_max_thread_name_length(); in StartPrivateStateThread()