Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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;
H A DAlarm.h93 lldb::thread_result_t AlarmThread();
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-types.h47 typedef unsigned thread_result_t; // Host thread result type typedef
48 typedef thread_result_t (*thread_func_t)(void *); // Host thread function type
62 typedef void *thread_result_t; // Host thread result type
/freebsd/contrib/llvm-project/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.cpp129 static thread_result_t
186 static thread_result_t
H A DAlarm.cpp139 lldb::thread_result_t Alarm::AlarmThread() { in AlarmThread()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DHostThreadPosix.h25 Status Join(lldb::thread_result_t *result) override;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBHostOS.h47 static bool ThreadJoin(lldb::thread_t thread, lldb::thread_result_t *result,
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DHostThreadPosix.cpp25 Status HostThreadPosix::Join(lldb::thread_result_t *result) { in Join()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DThreadedCommunication.h207 lldb::thread_result_t ReadThread();
H A DDebugger.h667 lldb::thread_result_t IOHandlerThread();
669 lldb::thread_result_t DefaultEventHandler();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBHostOS.cpp119 bool SBHostOS::ThreadJoin(lldb::thread_t thread, lldb::thread_result_t *result, in ThreadCreated()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h217 lldb::thread_result_t ListenThread();
H A DProcessGDBRemote.h353 lldb::thread_result_t AsyncThread();
H A DGDBRemoteCommunication.cpp862 lldb::thread_result_t GDBRemoteCommunication::ListenThread() { in ListenThread()
H A DProcessGDBRemote.cpp3583 thread_result_t ProcessGDBRemote::AsyncThread() { in AsyncThread()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DThreadedCommunication.cpp265 lldb::thread_result_t ThreadedCommunication::ReadThread() { in ReadThread()
H A DDebugger.cpp1887 lldb::thread_result_t Debugger::DefaultEventHandler() { in DefaultEventHandler()
2036 lldb::thread_result_t Debugger::IOHandlerThread() { in IOHandlerThread()
2170 thread_result_t result; in JoinIOHandlerThread()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h3212 lldb::thread_result_t RunPrivateStateThread(bool is_secondary_thread);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp3860 thread_result_t result = {}; in ControlPrivateStateThread()
4004 thread_result_t Process::RunPrivateStateThread(bool is_secondary_thread) { in RunPrivateStateThread()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp33103 lldb::thread_result_t *arg2 = (lldb::thread_result_t *) 0 ; in _wrap_SBHostOS_ThreadJoin()