|
nckernel
0.1
|

Data Fields | |
| struct list_head | head |
| struct thread * | tcb |
Definition at line 28 of file semaphore.c.
| struct list_head head |
Definition at line 29 of file semaphore.c.
Referenced by sem_destroy(), sem_post(), and sem_wait().
| struct thread* tcb |
Definition at line 30 of file semaphore.c.
Referenced by sem_clear(), sem_destroy(), sem_post(), and sem_wait().
1.8.4