![]() |
Flutter Engine
The Flutter Engine
|
#include "flutter/runtime/dart_vm_lifecycle.h"
#include <mutex>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | flutter |
Variables | |
static std::mutex | flutter::gVMMutex |
static std::weak_ptr< DartVM > | flutter::gVM |
static std::shared_ptr< DartVM > * | flutter::gVMLeak |
static std::mutex | flutter::gVMDependentsMutex |
static std::weak_ptr< const DartVMData > | flutter::gVMData |
static std::weak_ptr< ServiceProtocol > | flutter::gVMServiceProtocol |
static std::weak_ptr< IsolateNameServer > | flutter::gVMIsolateNameServer |