Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
dart::ReaderThreadState Struct Reference

Public Attributes

ThreadJoinId reader_id = OSThread::kInvalidThreadJoinId
 
SafepointRwLockrw_lock = nullptr
 
IsolateGroupisolate_group = nullptr
 
Monitormonitor = nullptr
 
bool child_started = false
 
intptr_t value = -1
 
intptr_t observed_value = -1
 

Detailed Description

Definition at line 1063 of file thread_test.cc.

Member Data Documentation

◆ child_started

bool dart::ReaderThreadState::child_started = false

Definition at line 1068 of file thread_test.cc.

◆ isolate_group

IsolateGroup* dart::ReaderThreadState::isolate_group = nullptr

Definition at line 1066 of file thread_test.cc.

◆ monitor

Monitor* dart::ReaderThreadState::monitor = nullptr

Definition at line 1067 of file thread_test.cc.

◆ observed_value

intptr_t dart::ReaderThreadState::observed_value = -1

Definition at line 1070 of file thread_test.cc.

◆ reader_id

ThreadJoinId dart::ReaderThreadState::reader_id = OSThread::kInvalidThreadJoinId

Definition at line 1064 of file thread_test.cc.

◆ rw_lock

SafepointRwLock* dart::ReaderThreadState::rw_lock = nullptr

Definition at line 1065 of file thread_test.cc.

◆ value

intptr_t dart::ReaderThreadState::value = -1

Definition at line 1069 of file thread_test.cc.


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