V8 Project
v8::SourceGroup::IsolateThread Class Reference
+ Inheritance diagram for v8::SourceGroup::IsolateThread:
+ Collaboration diagram for v8::SourceGroup::IsolateThread:

Public Member Functions

 IsolateThread (SourceGroup *group)
 
virtual void Run ()
 
- Public Member Functions inherited from v8::base::Thread
 Thread (const Options &options)
 
virtual ~Thread ()
 
void Start ()
 
void StartSynchronously ()
 
void Join ()
 
const char * name () const
 
PlatformDatadata ()
 
void NotifyStartedAndRun ()
 

Private Attributes

SourceGroupgroup_
 

Additional Inherited Members

- Public Types inherited from v8::base::Thread
typedef int32_t LocalStorageKey
 
- Static Public Member Functions inherited from v8::base::Thread
static LocalStorageKey CreateThreadLocalKey ()
 
static void DeleteThreadLocalKey (LocalStorageKey key)
 
static void * GetThreadLocal (LocalStorageKey key)
 
static int GetThreadLocalInt (LocalStorageKey key)
 
static void SetThreadLocal (LocalStorageKey key, void *value)
 
static void SetThreadLocalInt (LocalStorageKey key, int value)
 
static bool HasThreadLocal (LocalStorageKey key)
 
static void * GetExistingThreadLocal (LocalStorageKey key)
 
static void YieldCPU ()
 
- Static Public Attributes inherited from v8::base::Thread
static const int kMaxThreadNameLength = 16
 

Detailed Description

Definition at line 145 of file d8.h.

Constructor & Destructor Documentation

◆ IsolateThread()

v8::SourceGroup::IsolateThread::IsolateThread ( SourceGroup group)
inlineexplicit

Definition at line 147 of file d8.h.

148  : base::Thread(GetThreadOptions()), group_(group) {}
SourceGroup * group_
Definition: d8.h:155
static base::Thread::Options GetThreadOptions()
Definition: d8.cc:1233

Member Function Documentation

◆ Run()

virtual void v8::SourceGroup::IsolateThread::Run ( )
inlinevirtual

Implements v8::base::Thread.

Definition at line 150 of file d8.h.

150  {
152  }
void ExecuteInThread()
Definition: d8.cc:1242

References v8::SourceGroup::ExecuteInThread(), and group_.

+ Here is the call graph for this function:

Member Data Documentation

◆ group_

SourceGroup* v8::SourceGroup::IsolateThread::group_
private

Definition at line 155 of file d8.h.

Referenced by Run().


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