![]() |
v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|


Public Member Functions | |
| SolarisSemaphore (int count) | |
| virtual | ~SolarisSemaphore () |
| virtual void | Wait () |
| virtual bool | Wait (int timeout) |
| virtual void | Signal () |
Public Member Functions inherited from Semaphore | |
| virtual | ~Semaphore () |
Definition at line 574 of file platform-solaris.cc.
|
inlineexplicit |
Definition at line 576 of file platform-solaris.cc.
|
inlinevirtual |
Definition at line 577 of file platform-solaris.cc.
|
inlinevirtual |
Implements Semaphore.
Definition at line 581 of file platform-solaris.cc.
|
virtual |
|
virtual |
Implements Semaphore.
Definition at line 617 of file platform-solaris.cc.
References CHECK, v8::internal::NULL, timeradd, and TIMEVAL_TO_TIMESPEC.