| /llvm-project-15.0.7/lldb/include/lldb/Host/ |
| H A D | HostNativeThreadBase.h | 34 virtual Status Join(lldb::thread_result_t *result) = 0; 42 lldb::thread_result_t GetResult() const; 45 static lldb::thread_result_t THREAD_ROUTINE 49 lldb::thread_result_t m_result = 0; // NOLINT(modernize-use-nullptr)
|
| H A D | ThreadLauncher.h | 24 std::function<lldb::thread_result_t()> thread_function, 32 std::function<lldb::thread_result_t()> impl; 35 std::function<lldb::thread_result_t()> impl) in HostThreadCreateInfo()
|
| H A D | HostThread.h | 34 Status Join(lldb::thread_result_t *result); 42 lldb::thread_result_t GetResult() const;
|
| /llvm-project-15.0.7/lldb/unittests/Host/ |
| H A D | ThreadLauncherTest.cpp | 22 return (lldb::thread_result_t)47; in TEST() 26 lldb::thread_result_t result; in TEST() 28 EXPECT_EQ(result, (lldb::thread_result_t)47); in TEST()
|
| /llvm-project-15.0.7/lldb/include/lldb/ |
| H A D | lldb-types.h | 45 typedef unsigned thread_result_t; // Host thread result type typedef 46 typedef thread_result_t (*thread_func_t)(void *); // Host thread function type 62 typedef void *thread_result_t; // Host thread result type typedef
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | HostThread.cpp | 20 Status HostThread::Join(lldb::thread_result_t *result) { in Join() 40 lldb::thread_result_t HostThread::GetResult() const { in GetResult()
|
| H A D | HostNativeThreadBase.cpp | 28 lldb::thread_result_t HostNativeThreadBase::GetResult() const { in GetResult() 53 lldb::thread_result_t
|
| H A D | ThreadLauncher.cpp | 26 std::function<thread_result_t()> impl, in LaunchThread()
|
| H A D | Host.cpp | 98 static thread_result_t 159 static thread_result_t
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | DebuggerThread.h | 94 lldb::thread_result_t 96 lldb::thread_result_t
|
| H A D | DebuggerThread.cpp | 84 lldb::thread_result_t DebuggerThread::DebuggerThreadLaunchRoutine( in DebuggerThreadLaunchRoutine() 111 lldb::thread_result_t DebuggerThread::DebuggerThreadAttachRoutine( in DebuggerThreadAttachRoutine()
|
| /llvm-project-15.0.7/lldb/include/lldb/Host/macosx/ |
| H A D | HostThreadMacOSX.h | 23 static lldb::thread_result_t ThreadCreateTrampoline(lldb::thread_arg_t arg);
|
| /llvm-project-15.0.7/lldb/include/lldb/Host/posix/ |
| H A D | HostThreadPosix.h | 25 Status Join(lldb::thread_result_t *result) override;
|
| /llvm-project-15.0.7/lldb/include/lldb/Host/windows/ |
| H A D | HostThreadWindows.h | 29 Status Join(lldb::thread_result_t *result) override;
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBHostOS.i | 48 lldb::thread_result_t *result,
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBHostOS.h | 36 static bool ThreadJoin(lldb::thread_t thread, lldb::thread_result_t *result,
|
| /llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/ |
| H A D | HostThreadMacOSX.mm | 15 lldb::thread_result_t
|
| /llvm-project-15.0.7/lldb/source/Host/posix/ |
| H A D | HostThreadPosix.cpp | 25 Status HostThreadPosix::Join(lldb::thread_result_t *result) { in Join()
|
| /llvm-project-15.0.7/lldb/source/Host/windows/ |
| H A D | HostThreadWindows.cpp | 33 Status HostThreadWindows::Join(lldb::thread_result_t *result) { in Join()
|
| H A D | HostProcessWindows.cpp | 66 static lldb::thread_result_t
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | Communication.h | 292 lldb::thread_result_t ReadThread();
|
| H A D | Debugger.h | 495 lldb::thread_result_t IOHandlerThread(); 497 lldb::thread_result_t DefaultEventHandler();
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBHostOS.cpp | 150 bool SBHostOS::ThreadJoin(lldb::thread_t thread, lldb::thread_result_t *result, in ThreadJoin()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunication.h | 224 lldb::thread_result_t ListenThread();
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | Communication.cpp | 314 lldb::thread_result_t Communication::ReadThread() { in ReadThread()
|