Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Protected Member Functions | Protected Attributes | List of all members
dart::BaseIsolate Class Reference

#include <base_isolate.h>

Inheritance diagram for dart::BaseIsolate:
dart::Isolate

Protected Member Functions

 BaseIsolate ()
 
 ~BaseIsolate ()
 

Protected Attributes

Threadscheduled_mutator_thread_ = nullptr
 
Threadmutator_thread_ = nullptr
 

Detailed Description

Definition at line 21 of file base_isolate.h.

Constructor & Destructor Documentation

◆ BaseIsolate()

dart::BaseIsolate::BaseIsolate ( )
inlineprotected

Definition at line 28 of file base_isolate.h.

28{}

◆ ~BaseIsolate()

dart::BaseIsolate::~BaseIsolate ( )
inlineprotected

Definition at line 30 of file base_isolate.h.

30 {
31 // Do not delete stack resources: top_resource_ and current_zone_.
32 }

Member Data Documentation

◆ mutator_thread_

Thread* dart::BaseIsolate::mutator_thread_ = nullptr
protected

Definition at line 38 of file base_isolate.h.

◆ scheduled_mutator_thread_

Thread* dart::BaseIsolate::scheduled_mutator_thread_ = nullptr
protected

Definition at line 34 of file base_isolate.h.


The documentation for this class was generated from the following file: