v8
3.11.10(node0.8.26)
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 842 of file platform-linux.cc.
|
inlineexplicit |
Definition at line 844 of file platform-linux.cc.
|
inlinevirtual |
Definition at line 845 of file platform-linux.cc.
|
inlinevirtual |
Implements Semaphore.
Definition at line 849 of file platform-linux.cc.
|
virtual |
|
virtual |
Implements Semaphore.
Definition at line 872 of file platform-linux.cc.
References CHECK, v8::internal::NULL, timeradd, and TIMEVAL_TO_TIMESPEC.