/freebsd/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; // 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;
|
H A D | Alarm.h | 93 lldb::thread_result_t AlarmThread();
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-types.h | 47 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 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 | 129 static thread_result_t 186 static thread_result_t
|
H A D | Alarm.cpp | 139 lldb::thread_result_t Alarm::AlarmThread() { in AlarmThread()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/ |
H A D | HostThreadPosix.h | 25 Status Join(lldb::thread_result_t *result) override;
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBHostOS.h | 47 static bool ThreadJoin(lldb::thread_t thread, lldb::thread_result_t *result,
|
/freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
H A D | HostThreadPosix.cpp | 25 Status HostThreadPosix::Join(lldb::thread_result_t *result) { in Join()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | ThreadedCommunication.h | 207 lldb::thread_result_t ReadThread();
|
H A D | Debugger.h | 667 lldb::thread_result_t IOHandlerThread(); 669 lldb::thread_result_t DefaultEventHandler();
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBHostOS.cpp | 119 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 D | GDBRemoteCommunication.h | 217 lldb::thread_result_t ListenThread();
|
H A D | ProcessGDBRemote.h | 353 lldb::thread_result_t AsyncThread();
|
H A D | GDBRemoteCommunication.cpp | 862 lldb::thread_result_t GDBRemoteCommunication::ListenThread() { in ListenThread()
|
H A D | ProcessGDBRemote.cpp | 3583 thread_result_t ProcessGDBRemote::AsyncThread() { in AsyncThread()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | ThreadedCommunication.cpp | 265 lldb::thread_result_t ThreadedCommunication::ReadThread() { in ReadThread()
|
H A D | Debugger.cpp | 1887 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 D | Process.h | 3212 lldb::thread_result_t RunPrivateStateThread(bool is_secondary_thread);
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Process.cpp | 3860 thread_result_t result = {}; in ControlPrivateStateThread() 4004 thread_result_t Process::RunPrivateStateThread(bool is_secondary_thread) { in RunPrivateStateThread()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 33103 lldb::thread_result_t *arg2 = (lldb::thread_result_t *) 0 ; in _wrap_SBHostOS_ThreadJoin()
|