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

Public Member Functions

 Win32Semaphore (int count)
 
 ~Win32Semaphore ()
 
void Wait ()
 
bool Wait (int timeout)
 
void Signal ()
 
- Public Member Functions inherited from Semaphore
virtual ~Semaphore ()
 

Detailed Description

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

Constructor & Destructor Documentation

Win32Semaphore ( int  count)
inlineexplicit

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

References v8::internal::NULL.

~Win32Semaphore ( )
inline

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

Member Function Documentation

void Signal ( )
inlinevirtual

Implements Semaphore.

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

void Wait ( )
inlinevirtual

Implements Semaphore.

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

bool Wait ( int  timeout)
inlinevirtual

Implements Semaphore.

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

References v8::internal::DWORD().


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