|
V8 Project
|
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 |
| PlatformData * | data () |
| void | NotifyStartedAndRun () |
Private Attributes | |
| SourceGroup * | group_ |
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 |
|
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_.
Here is the call graph for this function:
|
private |