V8 Project
v8::base::anonymous_namespace{platform-unittest.cc}::FINAL Class Reference
+ Inheritance diagram for v8::base::anonymous_namespace{platform-unittest.cc}::FINAL:
+ Collaboration diagram for v8::base::anonymous_namespace{platform-unittest.cc}::FINAL:

Public Member Functions

 SelfJoinThread ()
 
virtual void Run () OVERRIDE
 
- Public Member Functions inherited from v8::base::Thread
 Thread (const Options &options)
 
virtual ~Thread ()
 
void Start ()
 
void StartSynchronously ()
 
void Join ()
 
const char * name () const
 
PlatformDatadata ()
 
void NotifyStartedAndRun ()
 

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)
 
static void YieldCPU ()
 
- Static Public Attributes inherited from v8::base::Thread
static const int kMaxThreadNameLength = 16
 

Detailed Description

Definition at line 33 of file platform-unittest.cc.

Member Function Documentation

◆ Run()

virtual void v8::base::anonymous_namespace{platform-unittest.cc}::FINAL::Run ( )
inlinevirtual

Implements v8::base::Thread.

Definition at line 36 of file platform-unittest.cc.

36 { Join(); }

◆ SelfJoinThread()

v8::base::anonymous_namespace{platform-unittest.cc}::FINAL::SelfJoinThread ( )
inline

Definition at line 35 of file platform-unittest.cc.

35 : Thread(Options("SelfJoinThread")) {}
Thread(const Options &options)

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