|
NTrace
GPU ray tracing framework
|
#include <Thread.hpp>
Public Member Functions | |
| Semaphore (int initCount=1, int maxCount=1) | |
| ~Semaphore (void) | |
| bool | acquire (int millis=-1) |
| void | release (void) |
Definition at line 55 of file Thread.hpp.
| Semaphore::Semaphore | ( | int | initCount = 1, |
| int | maxCount = 1 |
||
| ) |
Definition at line 68 of file Thread.cpp.
| Semaphore::~Semaphore | ( | void | ) |
Definition at line 77 of file Thread.cpp.
| bool Semaphore::acquire | ( | int | millis = -1 | ) |
Definition at line 84 of file Thread.cpp.
Definition at line 94 of file Thread.cpp.