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

Public Member Functions

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

Detailed Description

Definition at line 682 of file platform-macos.cc.

Constructor & Destructor Documentation

MacOSSemaphore ( int  count)
inlineexplicit

Definition at line 684 of file platform-macos.cc.

References ASSERT.

~MacOSSemaphore ( )
inline

Definition at line 693 of file platform-macos.cc.

References ASSERT.

Member Function Documentation

void Signal ( )
inlinevirtual

Implements Semaphore.

Definition at line 709 of file platform-macos.cc.

void Wait ( )
inlinevirtual

Implements Semaphore.

Definition at line 699 of file platform-macos.cc.

References ASSERT.

bool Wait ( int  timeout)
virtual

Implements Semaphore.

Definition at line 716 of file platform-macos.cc.


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