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
ThreadIdValidationThread Class Reference
Inheritance diagram for ThreadIdValidationThread:
Collaboration diagram for ThreadIdValidationThread:

Public Member Functions

 ThreadIdValidationThread (i::Thread *thread_to_start, i::List< i::ThreadId > *refs, unsigned int thread_no, i::Semaphore *semaphore)
 
void Run ()
 
- Public Member Functions inherited from Thread
 Thread (const Options &options)
 
virtual ~Thread ()
 
void Start ()
 
void Join ()
 
const char * name () const
 
PlatformDatadata ()
 

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 141 of file test-threads.cc.

Constructor & Destructor Documentation

ThreadIdValidationThread ( i::Thread thread_to_start,
i::List< i::ThreadId > *  refs,
unsigned int  thread_no,
i::Semaphore semaphore 
)
inline

Definition at line 143 of file test-threads.cc.

Member Function Documentation

void Run ( )
inlinevirtual

Implements Thread.

Definition at line 152 of file test-threads.cc.

References CHECK, ThreadId::Current(), NULL, Semaphore::Signal(), and Thread::Start().


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