Home
last modified time | relevance | path

Searched refs:set_thread_name (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/thread-name/
H A Dmain.cpp4 void set_thread_name(const char *name) { in set_thread_name() function
15 set_thread_name("hello world"); in main()
17 set_thread_name("goodbye world"); in main()
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/thread_specific_break/
H A DTestThreadSpecificBreakpoint.py20 def set_thread_name(test, thread, breakpoint): function
35 self.do_test(set_thread_name)
/llvm-project-15.0.7/lldb/source/Host/common/
H A DHostNativeThreadBase.cpp57 llvm::set_thread_name(info_up->thread_name); in ThreadCreateTrampoline()
/llvm-project-15.0.7/llvm/lib/Support/
H A DThreading.cpp45 void llvm::set_thread_name(const Twine &Name) {} in set_thread_name() function in llvm
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DThreading.h217 void set_thread_name(const Twine &Name);
/llvm-project-15.0.7/clang-tools-extra/clangd/support/
H A DThreading.cpp99 llvm::set_thread_name(Name); in runAsync()
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DThreading.inc96 void llvm::set_thread_name(const Twine &Name) {
110 // set_thread_name so that subsequent calls to get_thread_name return this
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.cpp377 llvm::set_thread_name(thread_name); in HandleCreateProcessEvent()
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DThreading.inc159 void llvm::set_thread_name(const Twine &Name) {
/llvm-project-15.0.7/clang-tools-extra/clangd/tool/
H A DClangdMain.cpp1044 llvm::set_thread_name("clangd.main"); in main()