Home
last modified time | relevance | path

Searched refs:eAsyncThreadNotStarted (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.h306 eAsyncThreadNotStarted, enumerator
DProcessGDBRemote.cpp250 m_async_thread_state(eAsyncThreadNotStarted), in ProcessGDBRemote()
2740 if (m_async_thread_state == eAsyncThreadNotStarted) in StartAsyncThread()