V8 Project
v8::base::Thread::PlatformData Class Reference
+ Collaboration diagram for v8::base::Thread::PlatformData:

Public Member Functions

 PlatformData ()
 
 PlatformData (HANDLE thread)
 

Public Attributes

pthread_t thread_
 
Mutex thread_creation_mutex_
 
HANDLE thread_
 
unsigned thread_id_
 

Detailed Description

Definition at line 447 of file platform-posix.cc.

Constructor & Destructor Documentation

◆ PlatformData() [1/2]

v8::base::Thread::PlatformData::PlatformData ( )
inline

Definition at line 449 of file platform-posix.cc.

449 : thread_(kNoThread) {}
static const pthread_t kNoThread
Definition: platform-qnx.cc:43

◆ PlatformData() [2/2]

v8::base::Thread::PlatformData::PlatformData ( HANDLE  thread)
inlineexplicit

Definition at line 1323 of file platform-win32.cc.

1323 : thread_(thread) {}

Member Data Documentation

◆ thread_ [1/2]

pthread_t v8::base::Thread::PlatformData::thread_

◆ thread_ [2/2]

HANDLE v8::base::Thread::PlatformData::thread_

Definition at line 1324 of file platform-win32.cc.

◆ thread_creation_mutex_

Mutex v8::base::Thread::PlatformData::thread_creation_mutex_

Definition at line 452 of file platform-posix.cc.

Referenced by v8::base::Thread::Start(), and v8::base::ThreadEntry().

◆ thread_id_

unsigned v8::base::Thread::PlatformData::thread_id_

Definition at line 1325 of file platform-win32.cc.


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