Home
last modified time | relevance | path

Searched refs:entriesMutex_ (Results 1 – 2 of 2) sorted by relevance

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/WebPerformance/
H A DABI49_0_0PerformanceEntryReporter.cpp76 std::lock_guard<std::mutex> lock(entriesMutex_); in popPendingEntries()
99 std::lock_guard<std::mutex> lock(entriesMutex_); in logEntry()
H A DABI49_0_0PerformanceEntryReporter.h141 std::mutex entriesMutex_; variable