i6engine
1.0
|
#include <D:/Projekte/i6engine/libs/i6engine-utils/include/i6engine/utils/Semaphore.h>
Public Member Functions | |
Semaphore () | |
default constructor More... | |
void | notify () |
unlocks one thread More... | |
void | wait () |
locks one thread More... | |
Definition at line 35 of file Semaphore.h.
i6e::utils::Semaphore::Semaphore | ( | ) |
default constructor
void i6e::utils::Semaphore::notify | ( | ) |
unlocks one thread
void i6e::utils::Semaphore::wait | ( | ) |
locks one thread