#include <sema.h>
Public Member Functions | |
| Sema (int init_value=1, char *title=0) | |
| ~Sema () | |
| void | lock (char *location=0) |
| void | unlock () |
| int | get_value () |
| void | reset () |
Public Attributes | |
| sem_t | sem |
| char * | title |
| int | init_value |
Definition at line 7 of file sema.h.
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4