Home
last modified time | relevance | path

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

/freebsd-13.1/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;
H A DHostThread.h34 Status Join(lldb::thread_result_t *result);
42 lldb::thread_result_t GetResult() const;
/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/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.cpp27 lldb::thread_result_t HostNativeThreadBase::GetResult() const { in GetResult()
52 lldb::thread_result_t
H A DHost.cpp101 static thread_result_t MonitorChildProcessThreadFunction(void *arg);
165 static thread_result_t MonitorChildProcessThreadFunction(void *arg) { in MonitorChildProcessThreadFunction()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBHostOS.cpp161 bool SBHostOS::ThreadJoin(lldb::thread_t thread, lldb::thread_result_t *result, in ThreadJoin()
165 (lldb::thread_t, lldb::thread_result_t *, lldb::SBError *), thread, in ThreadJoin()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DHostThreadPosix.h25 Status Join(lldb::thread_result_t *result) override;
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBHostOS.i48 lldb::thread_result_t *result,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBHostOS.h36 static bool ThreadJoin(lldb::thread_t thread, lldb::thread_result_t *result,
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/
H A DHostThreadPosix.cpp25 Status HostThreadPosix::Join(lldb::thread_result_t *result) { in Join()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationReplayServer.h65 static lldb::thread_result_t AsyncThread(void *arg);
H A DGDBRemoteCommunication.h200 static lldb::thread_result_t ListenThread(lldb::thread_arg_t arg);
H A DGDBRemoteCommunicationReplayServer.cpp264 thread_result_t GDBRemoteCommunicationReplayServer::AsyncThread(void *arg) { in AsyncThread()
H A DProcessGDBRemote.h348 static lldb::thread_result_t AsyncThread(void *arg);
H A DGDBRemoteCommunication.cpp888 lldb::thread_result_t
H A DProcessGDBRemote.cpp3722 thread_result_t ProcessGDBRemote::AsyncThread(void *arg) { in AsyncThread()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DCommunication.h276 static lldb::thread_result_t ReadThread(lldb::thread_arg_t comm_ptr);
H A DDebugger.h432 static lldb::thread_result_t EventHandlerThread(lldb::thread_arg_t arg);
447 static lldb::thread_result_t IOHandlerThread(lldb::thread_arg_t arg);
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp307 lldb::thread_result_t Communication::ReadThread(lldb::thread_arg_t p) { in ReadThread()
H A DDebugger.cpp1563 lldb::thread_result_t Debugger::EventHandlerThread(lldb::thread_arg_t arg) { in EventHandlerThread()
1616 lldb::thread_result_t Debugger::IOHandlerThread(lldb::thread_arg_t arg) { in IOHandlerThread()
1650 thread_result_t result; in JoinIOHandlerThread()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h3001 static lldb::thread_result_t PrivateStateThread(void *arg);
3008 lldb::thread_result_t RunPrivateStateThread(bool is_secondary_thread);
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp3585 thread_result_t result = {}; in ControlPrivateStateThread()
3729 thread_result_t Process::PrivateStateThread(void *arg) { in PrivateStateThread()
3732 thread_result_t result = in PrivateStateThread()
3737 thread_result_t Process::RunPrivateStateThread(bool is_secondary_thread) { in RunPrivateStateThread()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp29209 lldb::thread_result_t *arg2 = (lldb::thread_result_t *) 0 ; in _wrap_SBHostOS_ThreadJoin()