Flutter Engine
Loading...
Searching...
No Matches
platform_isolate.h
Go to the documentation of this file.
1
// Copyright 2013 The Flutter Authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#ifndef FLUTTER_LIB_UI_WINDOW_PLATFORM_ISOLATE_H_
6
#define FLUTTER_LIB_UI_WINDOW_PLATFORM_ISOLATE_H_
7
8
#include "third_party/dart/runtime/include/dart_api.h"
9
10
namespace
flutter
{
11
12
class
PlatformIsolateNativeApi
{
13
public
:
14
static
void
Spawn
(Dart_Handle entry_point);
15
16
static
bool
IsRunningOnPlatformThread
();
17
};
18
19
}
// namespace flutter
20
21
#endif
// FLUTTER_LIB_UI_WINDOW_PLATFORM_ISOLATE_H_
flutter::PlatformIsolateNativeApi
Definition
platform_isolate.h:12
flutter::PlatformIsolateNativeApi::IsRunningOnPlatformThread
static bool IsRunningOnPlatformThread()
Definition
platform_isolate.cc:36
flutter::PlatformIsolateNativeApi::Spawn
static void Spawn(Dart_Handle entry_point)
Definition
platform_isolate.cc:16
flutter
Definition
asset_manager.cc:10
lib
ui
window
platform_isolate.h
Generated on Thu Nov 6 2025 16:11:25 for Flutter Engine by
1.9.8