#include <semaphore.h>
Definition at line 41 of file semaphore.h.
◆ Semaphore() [1/2]
v8::base::Semaphore::Semaphore |
( |
int | count | ) |
|
|
explicit |
◆ Semaphore() [2/2]
v8::base::Semaphore::Semaphore |
( |
const Semaphore & | | ) |
|
|
delete |
◆ ~Semaphore()
v8::base::Semaphore::~Semaphore |
( |
| ) |
|
◆ native_handle() [1/2]
NativeHandle & v8::base::Semaphore::native_handle |
( |
| ) |
|
|
inline |
◆ native_handle() [2/2]
const NativeHandle & v8::base::Semaphore::native_handle |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ Signal()
void v8::base::Semaphore::Signal |
( |
| ) |
|
◆ Wait()
void v8::base::Semaphore::Wait |
( |
| ) |
|
◆ WaitFor()
bool v8::base::Semaphore::WaitFor |
( |
const TimeDelta & | rel_time | ) |
|
◆ native_handle_
NativeHandle v8::base::Semaphore::native_handle_ |
|
private |
The documentation for this class was generated from the following file: