v8  3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PreallocatedMemoryThread Class Reference
Inheritance diagram for PreallocatedMemoryThread:
Collaboration diagram for PreallocatedMemoryThread:

Public Member Functions

char * data ()
 
unsigned length ()
 
void StopThread ()
 
- Public Member Functions inherited from Thread
 Thread (const Options &options)
 
virtual ~Thread ()
 
void Start ()
 
void Join ()
 
const char * name () const
 
PlatformDatadata ()
 

Protected Member Functions

void Run ()
 

Friends

class Isolate
 

Additional Inherited Members

- Public Types inherited from Thread
enum  LocalStorageKey { LOCAL_STORAGE_KEY_MIN_VALUE = kMinInt, LOCAL_STORAGE_KEY_MAX_VALUE = kMaxInt }
 
- Static Public Member Functions inherited from 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 Thread
static const int kMaxThreadNameLength = 16
 

Detailed Description

Definition at line 135 of file isolate.cc.

Member Function Documentation

char* data ( )
inline

Definition at line 137 of file isolate.cc.

References v8::internal::NULL, and Semaphore::Wait().

unsigned length ( )
inline

Definition at line 147 of file isolate.cc.

References v8::internal::NULL, and Semaphore::Wait().

void Run ( )
inlineprotectedvirtual
void StopThread ( )
inline

Definition at line 158 of file isolate.cc.

References Thread::Join(), v8::internal::NULL, and Semaphore::Signal().

Friends And Related Function Documentation

friend class Isolate
friend

Definition at line 223 of file isolate.cc.


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