v8::internal::Semaphoreを継承しています。
Public メソッド | |
MacOSSemaphore (int count) | |
~MacOSSemaphore () | |
void | Wait () |
void | Signal () |
Private 変数 | |
semaphore_t | semaphore_ |
platform-macos.cc の 529 行で定義されています。
v8::internal::MacOSSemaphore::MacOSSemaphore | ( | int | count | ) | [inline, explicit] |
platform-macos.cc の 531 行で定義されています。
参照先 semaphore_.
v8::internal::MacOSSemaphore::~MacOSSemaphore | ( | ) | [inline] |
platform-macos.cc の 535 行で定義されています。
参照先 semaphore_.
void v8::internal::MacOSSemaphore::Signal | ( | ) | [inline, virtual] |
void v8::internal::MacOSSemaphore::Wait | ( | ) | [inline, virtual] |
semaphore_t v8::internal::MacOSSemaphore::semaphore_ [private] |
platform-macos.cc の 547 行で定義されています。
参照元 MacOSSemaphore(), Signal(), Wait(), と ~MacOSSemaphore().