Searched refs:m_api_locker (Results 1 – 2 of 2) sorted by relevance
213 m_api_locker = in CheckRequirements()275 if (m_api_locker.owns_lock()) in Cleanup()276 m_api_locker.unlock(); in Cleanup()
360 std::unique_lock<std::recursive_mutex> m_api_locker; variable