Searched refs:m_frame_mutex (Results 1 – 2 of 2) sorted by relevance
227 m_frame_mutex(), m_curr_frames_sp(), m_prev_frames_sp(), in Thread()254 std::lock_guard<std::recursive_mutex> guard(m_frame_mutex); in DestroyThread()1402 std::lock_guard<std::recursive_mutex> guard(m_frame_mutex); in GetStackFrameList()1412 std::lock_guard<std::recursive_mutex> guard(m_frame_mutex); in ClearStackFrames()
1265 m_frame_mutex; ///< Multithreaded protection for m_state. variable