![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Public Member Functions | |
SamplingThread (sampler::Sampler *sampler, int interval_microseconds) | |
void | Run () override |
![]() | |
Thread (const Options &options) | |
Thread (const Thread &)=delete | |
Thread & | operator= (const Thread &)=delete |
virtual | ~Thread () |
V8_WARN_UNUSED_RESULT bool | Start () |
bool | StartSynchronously () |
void | Join () |
const char * | name () const |
PlatformData * | data () |
Priority | priority () const |
void | NotifyStartedAndRun () |
Static Public Attributes | |
static const int | kSamplingThreadStackSize = 64 * KB |
![]() | |
static const int | kMaxThreadNameLength = 16 |
Private Attributes | |
sampler::Sampler * | sampler_ |
const int | interval_microseconds_ |
Additional Inherited Members | |
![]() | |
enum class | Priority { kBestEffort , kUserVisible , kUserBlocking , kDefault } |
using | LocalStorageKey = int32_t |
![]() | |
static LocalStorageKey | CreateThreadLocalKey () |
static void | DeleteThreadLocalKey (LocalStorageKey key) |
static void * | GetThreadLocal (LocalStorageKey key) |
static void | SetThreadLocal (LocalStorageKey key, void *value) |
static bool | HasThreadLocal (LocalStorageKey key) |
static void * | GetExistingThreadLocal (LocalStorageKey key) |
|
inline |
|
inlineoverridevirtual |
Implements v8::base::Thread.
Definition at line 1038 of file log.cc.
|
private |
|
static |
|
private |