Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Private Member Functions | Friends | List of all members
dart::BaseThread Class Reference

#include <os_thread.h>

Inheritance diagram for dart::BaseThread:
dart::OSThread dart::ThreadState dart::Thread

Public Member Functions

bool is_os_thread () const
 

Private Member Functions

virtual ~BaseThread ()
 

Friends

class ThreadState
 
class OSThread
 

Detailed Description

Definition at line 69 of file os_thread.h.

Member Function Documentation

◆ is_os_thread()

bool dart::BaseThread::is_os_thread ( ) const
inline

Definition at line 71 of file os_thread.h.

71{ return is_os_thread_; }

◆ ~BaseThread()

virtual dart::BaseThread::~BaseThread ( )
inlineprivatevirtual

Definition at line 75 of file os_thread.h.

75{}

Friends And Related Symbol Documentation

◆ OSThread

friend class OSThread
friend

Definition at line 80 of file os_thread.h.

◆ ThreadState

friend class ThreadState
friend

Definition at line 79 of file os_thread.h.


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