Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.h320 lldb_private::Mutex m_async_thread_state_mutex; variable
DProcessGDBRemote.cpp251 m_async_thread_state_mutex(Mutex::eMutexTypeRecursive), in ProcessGDBRemote()
2739 Mutex::Locker start_locker(m_async_thread_state_mutex); in StartAsyncThread()
2774 Mutex::Locker start_locker(m_async_thread_state_mutex); in StopAsyncThread()