| /freebsd-13.1/contrib/llvm-project/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;
|
| H A D | HostThread.h | 34 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 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
|
| /freebsd-13.1/contrib/llvm-project/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 | 27 lldb::thread_result_t HostNativeThreadBase::GetResult() const { in GetResult() 52 lldb::thread_result_t
|
| H A D | Host.cpp | 101 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 D | SBHostOS.cpp | 161 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 D | HostThreadPosix.h | 25 Status Join(lldb::thread_result_t *result) override;
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBHostOS.i | 48 lldb::thread_result_t *result,
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBHostOS.h | 36 static bool ThreadJoin(lldb::thread_t thread, lldb::thread_result_t *result,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | HostThreadPosix.cpp | 25 Status HostThreadPosix::Join(lldb::thread_result_t *result) { in Join()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationReplayServer.h | 65 static lldb::thread_result_t AsyncThread(void *arg);
|
| H A D | GDBRemoteCommunication.h | 200 static lldb::thread_result_t ListenThread(lldb::thread_arg_t arg);
|
| H A D | GDBRemoteCommunicationReplayServer.cpp | 264 thread_result_t GDBRemoteCommunicationReplayServer::AsyncThread(void *arg) { in AsyncThread()
|
| H A D | ProcessGDBRemote.h | 348 static lldb::thread_result_t AsyncThread(void *arg);
|
| H A D | GDBRemoteCommunication.cpp | 888 lldb::thread_result_t
|
| H A D | ProcessGDBRemote.cpp | 3722 thread_result_t ProcessGDBRemote::AsyncThread(void *arg) { in AsyncThread()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Communication.h | 276 static lldb::thread_result_t ReadThread(lldb::thread_arg_t comm_ptr);
|
| H A D | Debugger.h | 432 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 D | Communication.cpp | 307 lldb::thread_result_t Communication::ReadThread(lldb::thread_arg_t p) { in ReadThread()
|
| H A D | Debugger.cpp | 1563 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 D | Process.h | 3001 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 D | Process.cpp | 3585 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 D | LLDBWrapLua.cpp | 29209 lldb::thread_result_t *arg2 = (lldb::thread_result_t *) 0 ; in _wrap_SBHostOS_ThreadJoin()
|