V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
void | Lock () |
void | Unlock () |
void | InitThread (const ExecutionAccess &) |
void | ArchiveThread () |
bool | RestoreThread () |
void | FreeThreadResources () |
bool | IsArchived () |
void | Iterate (RootVisitor *v) |
void | IterateArchivedThreads (ThreadVisitor *v) |
bool | IsLockedByCurrentThread () |
ThreadId | CurrentId () |
void | TerminateExecution (ThreadId thread_id) |
ThreadState * | FirstThreadStateInUse () |
ThreadState * | GetFreeThreadState () |
Friends | |
class | Isolate |
class | ThreadState |
Definition at line 65 of file v8threads.h.