Searched refs:mCookieKeysMutex (Results 1 – 2 of 2) sorted by relevance
110 std::lock_guard mLock(mCookieKeysMutex); in ~OmapiTransport()140 std::lock_guard mLock(mCookieKeysMutex); in initialize()332 std::lock_guard mLock(mCookieKeysMutex); in closeConnection()
148 std::mutex mCookieKeysMutex; variable