Home
last modified time | relevance | path

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

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/WebPerformance/
H A DABI49_0_0PerformanceEntryReporter.cpp359 std::lock_guard<std::mutex> lock(eventsInFlightMutex_); in onEventStart()
372 std::lock_guard<std::mutex> lock(eventsInFlightMutex_); in onEventDispatch()
386 std::lock_guard<std::mutex> lock(eventsInFlightMutex_); in onEventEnd()
H A DABI49_0_0PerformanceEntryReporter.h170 std::mutex eventsInFlightMutex_; variable