Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/runtime/
Ddart_service_isolate.cc48 std::mutex DartServiceIsolate::callbacks_mutex_; member in flutter::DartServiceIsolate
50 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()
Ddart_service_isolate.h48 static std::mutex callbacks_mutex_; variable
50 FML_GUARDED_BY(callbacks_mutex_);