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.cpp33 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.h221 LLVM_ABI uint32_t get_max_thread_name_length();
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DThreading.inc179 uint32_t llvm::get_max_thread_name_length() {
194 if (get_max_thread_name_length() > 0)
195 NameStr = NameStr.take_back(get_max_thread_name_length() - 1);
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc61 uint32_t llvm::get_max_thread_name_length() { return 0; }
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp2196 full_name.GetLength() < llvm::get_max_thread_name_length() in StartEventHandlerThread()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp3780 uint32_t max_len = llvm::get_max_thread_name_length(); in StartPrivateStateThread()