Home
last modified time | relevance | path

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

/external/lldb/include/lldb/
Dlldb-types.h49 typedef void * thread_result_t; // Host thread result type typedef
/external/lldb/include/lldb/Interpreter/
DScriptInterpreterPython.h235 static lldb::thread_result_t
370 static lldb::thread_result_t
/external/lldb/include/lldb/Core/
DCommunication.h313 static lldb::thread_result_t
/external/lldb/include/lldb/Host/
DHost.h264 lldb::thread_result_t *thread_result_ptr,
/external/lldb/source/Host/common/
DHost.cpp565 static thread_result_t
628 Host::ThreadJoin (lldb::thread_t thread, thread_result_t *thread_result_ptr, Error *error) in ThreadJoin()
/external/lldb/source/Plugins/Process/FreeBSD/
DProcessMonitor.cpp1636 lldb::thread_result_t thread_result; in StopMonitoringChildProcess()
1659 lldb::thread_result_t result; in StopOpThread()
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServer.cpp708 thread_result_t accept_thread_result = NULL; in Handle_qLaunchGDBServer()
/external/lldb/source/Plugins/Process/Linux/
DProcessMonitor.cpp2163 lldb::thread_result_t thread_result; in StopMonitoringChildProcess()
2186 lldb::thread_result_t result; in StopOpThread()
/external/lldb/source/Interpreter/
DScriptInterpreterPython.cpp2316 lldb::thread_result_t
2403 lldb::thread_result_t
/external/lldb/source/Host/macosx/
DHost.mm467 // thread_result_t accept_thread_result = NULL;
656 thread_result_t accept_thread_result = NULL;
/external/lldb/source/Target/
DProcess.cpp3871 thread_result_t result = NULL; in ControlPrivateStateThread()