v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
Public Member Functions | |
CygwinSemaphore (int count) | |
virtual | ~CygwinSemaphore () |
virtual void | Wait () |
virtual bool | Wait (int timeout) |
virtual void | Signal () |
Public Member Functions inherited from Semaphore | |
virtual | ~Semaphore () |
Definition at line 518 of file platform-cygwin.cc.
|
inlineexplicit |
Definition at line 520 of file platform-cygwin.cc.
|
inlinevirtual |
Definition at line 521 of file platform-cygwin.cc.
|
inlinevirtual |
Implements Semaphore.
Definition at line 525 of file platform-cygwin.cc.
|
virtual |
|
virtual |
Implements Semaphore.
Definition at line 548 of file platform-cygwin.cc.
References CHECK, v8::internal::NULL, timeradd, and TIMEVAL_TO_TIMESPEC.