V8 Project
|
Public Member Functions | |
IsolateThread (SourceGroup *group) | |
virtual void | Run () |
![]() | |
Thread (const Options &options) | |
virtual | ~Thread () |
void | Start () |
void | StartSynchronously () |
void | Join () |
const char * | name () const |
PlatformData * | data () |
void | NotifyStartedAndRun () |
Private Attributes | |
SourceGroup * | group_ |
Additional Inherited Members | |
![]() | |
typedef int32_t | LocalStorageKey |
![]() | |
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 const int | kMaxThreadNameLength = 16 |
|
inlineexplicit |
Definition at line 147 of file d8.h.
|
inlinevirtual |
Implements v8::base::Thread.
Definition at line 150 of file d8.h.
References v8::SourceGroup::ExecuteInThread(), and group_.
|
private |