Searched refs:eventsInFlightMutex_ (Results 1 – 2 of 2) sorted by relevance
359 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()
170 std::mutex eventsInFlightMutex_; variable