i6engine  1.0
i6e::utils::Semaphore Class Reference

#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...
 

Detailed Description

Definition at line 35 of file Semaphore.h.

Constructor & Destructor Documentation

i6e::utils::Semaphore::Semaphore ( )

default constructor

Member Function Documentation

void i6e::utils::Semaphore::notify ( )

unlocks one thread

void i6e::utils::Semaphore::wait ( )

locks one thread


The documentation for this class was generated from the following file: