Include dependency graph for semaphore.c:

Go to the source code of this file.
Functions | |
| void | semaphore_initialize (semaphore_t *s, int val) |
| int | _semaphore_down_timeout (semaphore_t *s, __u32 usec, int flags) |
| void | semaphore_up (semaphore_t *s) |
Definition in file semaphore.c.
1.4.6