Home
last modified time | relevance | path

Searched refs:thread_result_t (Results 1 – 25 of 32) sorted by relevance

12

/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DHostNativeThreadBase.h34 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 DThreadLauncher.h24 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 DHostThread.h34 Status Join(lldb::thread_result_t *result);
42 lldb::thread_result_t GetResult() const;
/llvm-project-15.0.7/lldb/unittests/Host/
H A DThreadLauncherTest.cpp22 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 Dlldb-types.h45 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 DHostThread.cpp20 Status HostThread::Join(lldb::thread_result_t *result) { in Join()
40 lldb::thread_result_t HostThread::GetResult() const { in GetResult()
H A DHostNativeThreadBase.cpp28 lldb::thread_result_t HostNativeThreadBase::GetResult() const { in GetResult()
53 lldb::thread_result_t
H A DThreadLauncher.cpp26 std::function<thread_result_t()> impl, in LaunchThread()
H A DHost.cpp98 static thread_result_t
159 static thread_result_t
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.h94 lldb::thread_result_t
96 lldb::thread_result_t
H A DDebuggerThread.cpp84 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 DHostThreadMacOSX.h23 static lldb::thread_result_t ThreadCreateTrampoline(lldb::thread_arg_t arg);
/llvm-project-15.0.7/lldb/include/lldb/Host/posix/
H A DHostThreadPosix.h25 Status Join(lldb::thread_result_t *result) override;
/llvm-project-15.0.7/lldb/include/lldb/Host/windows/
H A DHostThreadWindows.h29 Status Join(lldb::thread_result_t *result) override;
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBHostOS.i48 lldb::thread_result_t *result,
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBHostOS.h36 static bool ThreadJoin(lldb::thread_t thread, lldb::thread_result_t *result,
/llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/
H A DHostThreadMacOSX.mm15 lldb::thread_result_t
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DHostThreadPosix.cpp25 Status HostThreadPosix::Join(lldb::thread_result_t *result) { in Join()
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DHostThreadWindows.cpp33 Status HostThreadWindows::Join(lldb::thread_result_t *result) { in Join()
H A DHostProcessWindows.cpp66 static lldb::thread_result_t
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DCommunication.h292 lldb::thread_result_t ReadThread();
H A DDebugger.h495 lldb::thread_result_t IOHandlerThread();
497 lldb::thread_result_t DefaultEventHandler();
/llvm-project-15.0.7/lldb/source/API/
H A DSBHostOS.cpp150 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 DGDBRemoteCommunication.h224 lldb::thread_result_t ListenThread();
/llvm-project-15.0.7/lldb/source/Core/
H A DCommunication.cpp314 lldb::thread_result_t Communication::ReadThread() { in ReadThread()

12