Data Fields | |
int | val |
struct semid_ds * | buf |
unsigned short * | array |
Definition at line 33 of file sysv_sema.c.
unsigned short* semun::array |
Definition at line 37 of file sysv_sema.c.
struct semid_ds* semun::buf |
Definition at line 36 of file sysv_sema.c.
int semun::val |
Definition at line 35 of file sysv_sema.c.
Referenced by IpcSemaphoreCreate(), IpcSemaphoreGetLastPID(), IpcSemaphoreGetValue(), IpcSemaphoreInitialize(), and IpcSemaphoreKill().