Searched refs:LLDB_INVALID_HOST_THREAD (Results 1 – 11 of 11) sorted by relevance
/external/lldb/include/lldb/ |
D | lldb-types.h | 58 #define LLDB_INVALID_HOST_THREAD (lldb_invalid_host_thread_const) macro 63 #define LLDB_INVALID_HOST_THREAD ((lldb::thread_t)NULL) macro 64 #define IS_VALID_LLDB_HOST_THREAD(t) ((t) != LLDB_INVALID_HOST_THREAD)
|
/external/lldb/source/Core/ |
D | Communication.cpp | 39 m_read_thread (LLDB_INVALID_HOST_THREAD), in Communication() 268 m_read_thread = LLDB_INVALID_HOST_THREAD; in StopReadThread()
|
/external/lldb/source/Plugins/Process/FreeBSD/ |
D | ProcessMonitor.cpp | 704 m_operation_thread(LLDB_INVALID_HOST_THREAD), in ProcessMonitor() 705 m_monitor_thread(LLDB_INVALID_HOST_THREAD), in ProcessMonitor() 765 m_operation_thread(LLDB_INVALID_HOST_THREAD), in ProcessMonitor() 766 m_monitor_thread(LLDB_INVALID_HOST_THREAD), in ProcessMonitor() 1642 m_monitor_thread = LLDB_INVALID_HOST_THREAD; in StopMonitoringChildProcess() 1666 m_operation_thread = LLDB_INVALID_HOST_THREAD; in StopOpThread()
|
/external/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | ProcessKDP.cpp | 176 m_async_thread (LLDB_INVALID_HOST_THREAD), in ProcessKDP() 834 m_async_thread = LLDB_INVALID_HOST_THREAD; in StopAsyncThread() 947 process->m_async_thread = LLDB_INVALID_HOST_THREAD; in AsyncThread()
|
/external/lldb/source/Plugins/Process/Linux/ |
D | ProcessMonitor.cpp | 936 m_operation_thread(LLDB_INVALID_HOST_THREAD), in ProcessMonitor() 937 m_monitor_thread(LLDB_INVALID_HOST_THREAD), in ProcessMonitor() 995 m_operation_thread(LLDB_INVALID_HOST_THREAD), in ProcessMonitor() 996 m_monitor_thread(LLDB_INVALID_HOST_THREAD), in ProcessMonitor() 2169 m_monitor_thread = LLDB_INVALID_HOST_THREAD; in StopMonitoringChildProcess() 2193 m_operation_thread = LLDB_INVALID_HOST_THREAD; in StopOpThread()
|
/external/lldb/source/Host/common/ |
D | Host.cpp | 90 lldb::thread_t thread = LLDB_INVALID_HOST_THREAD; in StartMonitoringChildProcess() 590 lldb::thread_t thread = LLDB_INVALID_HOST_THREAD; in ThreadCreate() 606 return LLDB_INVALID_HOST_THREAD; in ThreadCreate()
|
/external/lldb/tools/driver/ |
D | IOChannel.cpp | 204 m_read_thread (LLDB_INVALID_HOST_THREAD), in IOChannel()
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationServer.cpp | 40 m_async_thread (LLDB_INVALID_HOST_THREAD), in GDBRemoteCommunicationServer()
|
D | ProcessGDBRemote.cpp | 249 m_async_thread (LLDB_INVALID_HOST_THREAD), in ProcessGDBRemote() 2915 process->m_async_thread = LLDB_INVALID_HOST_THREAD; in AsyncThread()
|
/external/lldb/source/Target/ |
D | Process.cpp | 1006 m_private_state_thread (LLDB_INVALID_HOST_THREAD), in Process() 3873 m_private_state_thread = LLDB_INVALID_HOST_THREAD; in ControlPrivateStateThread() 4064 m_private_state_thread = LLDB_INVALID_HOST_THREAD; in RunPrivateStateThread() 4725 lldb::thread_t backup_private_state_thread = LLDB_INVALID_HOST_THREAD; in RunThreadPlan()
|
/external/lldb/source/Host/macosx/ |
D | Host.mm | 1852 lldb::thread_t thread = LLDB_INVALID_HOST_THREAD;
|