Searched refs:OutstandingMUsMutex (Results 1 – 2 of 2) sorted by relevance
357 std::lock_guard<std::recursive_mutex> Lock(OutstandingMUsMutex); in lookup()485 std::lock_guard<std::recursive_mutex> Lock(OutstandingMUsMutex); in runOutstandingMUs()1390 std::lock_guard<std::recursive_mutex> Lock(ES.OutstandingMUsMutex); in legacyLookup()
474 mutable std::recursive_mutex OutstandingMUsMutex; variable