![]() |
DDraceNetwork Documentation
|
Go to the source code of this file.
Classes | |
| class | CSemaphore |
Typedefs | |
| typedef sem_t | SEMAPHORE |
Functions | |
| void | sphore_init (SEMAPHORE *sem) |
| void | sphore_wait (SEMAPHORE *sem) |
| void | sphore_signal (SEMAPHORE *sem) |
| void | sphore_destroy (SEMAPHORE *sem) |
| typedef sem_t SEMAPHORE |