Searched refs:m_frame_mutex (Results 1 – 2 of 2) sorted by relevance
226 m_frame_mutex(), m_curr_frames_sp(), m_prev_frames_sp(), in Thread()253 std::lock_guard<std::recursive_mutex> guard(m_frame_mutex); in DestroyThread()1409 std::lock_guard<std::recursive_mutex> guard(m_frame_mutex); in GetStackFrameList()1419 std::lock_guard<std::recursive_mutex> guard(m_frame_mutex); in ClearStackFrames()
1255 m_frame_mutex; ///< Multithreaded protection for m_state. variable