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


Public Member Functions | |
| LinuxSemaphore (int count) | |
| virtual | ~LinuxSemaphore () |
| virtual void | Wait () |
| virtual bool | Wait (int timeout) |
| virtual void | Signal () |
Public Member Functions inherited from Semaphore | |
| virtual | ~Semaphore () |
Definition at line 865 of file platform-linux.cc.
|
inlineexplicit |
Definition at line 867 of file platform-linux.cc.
|
inlinevirtual |
Definition at line 868 of file platform-linux.cc.
|
inlinevirtual |
Implements Semaphore.
Definition at line 872 of file platform-linux.cc.
|
virtual |
|
virtual |
Implements Semaphore.
Definition at line 895 of file platform-linux.cc.
References CHECK, v8::internal::NULL, timeradd, and TIMEVAL_TO_TIMESPEC.