Go to the source code of this file.
Classes | |
| struct | Sema |
Functions | |
| void * | sema_create (int val) |
| void | sema_destroy (void *v) |
| int | sema_p (void *v, double timeout) |
| void | sema_v (void *v) |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
1.4.5