V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::SamplingThread Class Reference
Inheritance diagram for v8::internal::SamplingThread:
v8::base::Thread

Public Member Functions

 SamplingThread (sampler::Sampler *sampler, int interval_microseconds)
 
void Run () override
 
- Public Member Functions inherited from v8::base::Thread
 Thread (const Options &options)
 
void Start ()
 
void StartSynchronously ()
 
void Join ()
 
const charname () const
 
PlatformDatadata ()
 
void NotifyStartedAndRun ()
 

Static Public Attributes

static const int kSamplingThreadStackSize = 64 * KB
 
- Static Public Attributes inherited from v8::base::Thread
static const int kMaxThreadNameLength = 16
 

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)
 

Detailed Description

Definition at line 745 of file log.cc.


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