v8::internal::Semaphoreを継承しています。
Public メソッド | |
Win32Semaphore (int count) | |
~Win32Semaphore () | |
void | Wait () |
void | Signal () |
Private 変数 | |
HANDLE | sem |
platform-win32.cc の 1431 行で定義されています。
v8::internal::Win32Semaphore::Win32Semaphore | ( | int | count | ) | [inline, explicit] |
platform-win32.cc の 1433 行で定義されています。
参照先 v8::internal::NULL, と sem.
v8::internal::Win32Semaphore::~Win32Semaphore | ( | ) | [inline] |
platform-win32.cc の 1437 行で定義されています。
参照先 sem.
void v8::internal::Win32Semaphore::Signal | ( | ) | [inline, virtual] |
void v8::internal::Win32Semaphore::Wait | ( | ) | [inline, virtual] |
HANDLE v8::internal::Win32Semaphore::sem [private] |
platform-win32.cc の 1451 行で定義されています。
参照元 Signal(), Wait(), Win32Semaphore(), と ~Win32Semaphore().