#include <kolthread.h>
Public Member Functions | |
| Semaphore (unsigned int value) | |
| virtual | ~Semaphore () |
| int | wait () |
| int | trywait () |
| int | post () |
Protected Attributes | |
| sem_t | m_sem |
| Semaphore::Semaphore | ( | unsigned int | value | ) |
| Semaphore::~Semaphore | ( | ) | [virtual] |
| int Semaphore::post | ( | ) |
| int Semaphore::trywait | ( | ) |
| int Semaphore::wait | ( | ) |
sem_t kekonline::Semaphore::m_sem [protected] |
1.4.6-20060327