|
PostgreSQL Source Code git master
|
Data Fields | |
| int | val |
| struct semid_ds * | buf |
| unsigned short * | array |
Definition at line 37 of file sysv_sema.c.
| unsigned short* semun::array |
Definition at line 41 of file sysv_sema.c.
| struct semid_ds* semun::buf |
Definition at line 40 of file sysv_sema.c.
| int semun::val |
Definition at line 39 of file sysv_sema.c.
Referenced by IpcSemaphoreCreate(), IpcSemaphoreGetLastPID(), IpcSemaphoreGetValue(), IpcSemaphoreInitialize(), and IpcSemaphoreKill().