Searched refs:m_async_thread_state_mutex (Results 1 – 2 of 2) sorted by relevance
320 lldb_private::Mutex m_async_thread_state_mutex; variable
251 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()