Searched refs:m_frame_mutex (Results 1 – 2 of 2) sorted by relevance
229 m_frame_mutex(), m_curr_frames_sp(), m_prev_frames_sp(), in Thread()256 std::lock_guard<std::recursive_mutex> guard(m_frame_mutex); in DestroyThread()1425 std::lock_guard<std::recursive_mutex> guard(m_frame_mutex); in GetStackFrameList()1435 std::lock_guard<std::recursive_mutex> guard(m_frame_mutex); in ClearStackFrames()
1277 m_frame_mutex; ///< Multithreaded protection for m_state. variable