#include <seminl.h>
Public Attributes | |
int | init |
flag that tells wheter the semaphore has been initialized. More... | |
int | c |
the semaphore counter. More... | |
int | task |
process ID of a thread blocking on the semaphore. More... |
Definition at line 30 of file seminl.h.
|
the semaphore counter.
|
|
flag that tells wheter the semaphore has been initialized.
Definition at line 31 of file seminl.h. Referenced by sem_destroy, sem_init, sem_post, and sem_wait. |
|
process ID of a thread blocking on the semaphore.
Definition at line 33 of file seminl.h. Referenced by sem_destroy, sem_init, sem_post, and sem_wait. |