Searched refs:callbacks_mutex_ (Results 1 – 2 of 2) sorted by relevance
48 std::mutex DartServiceIsolate::callbacks_mutex_; member in flutter::DartServiceIsolate50 FML_GUARDED_BY(DartServiceIsolate::callbacks_mutex_)70 std::scoped_lock lock(callbacks_mutex_); in NotifyServerState()94 std::scoped_lock lock(callbacks_mutex_); in AddServerStatusCallback()107 std::scoped_lock lock(callbacks_mutex_); in RemoveServerStatusCallback()
48 static std::mutex callbacks_mutex_; variable50 FML_GUARDED_BY(callbacks_mutex_);