V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::base::Thread Class Referenceabstract
Inheritance diagram for v8::base::Thread:
v8::BackgroundCompileThread v8::internal::Profiler v8::internal::ProfilerEventsProcessor v8::internal::SamplingThread v8::internal::SamplingEventsProcessor

Classes

class  Options
 
class  PlatformData
 

Public Types

typedef int32_t LocalStorageKey
 

Public Member Functions

 Thread (const Options &options)
 
void Start ()
 
void StartSynchronously ()
 
void Join ()
 
const charname () const
 
virtual void Run ()=0
 
PlatformDatadata ()
 
void NotifyStartedAndRun ()
 

Static Public Member Functions

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 Public Attributes

static const int kMaxThreadNameLength = 16
 

Detailed Description

Definition at line 308 of file platform.h.


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