PostgreSQL Source Code
git master
|
Data Fields | |
SemTPadded | sem_padded |
int | semId |
int | semNum |
Definition at line 52 of file posix_sema.c.
SemTPadded PGSemaphoreData::sem_padded |
Definition at line 54 of file posix_sema.c.
int PGSemaphoreData::semId |
Definition at line 32 of file sysv_sema.c.
Referenced by PGSemaphoreCreate(), PGSemaphoreLock(), PGSemaphoreReset(), PGSemaphoreTryLock(), and PGSemaphoreUnlock().
int PGSemaphoreData::semNum |
Definition at line 33 of file sysv_sema.c.
Referenced by PGSemaphoreCreate(), PGSemaphoreLock(), PGSemaphoreReset(), PGSemaphoreTryLock(), and PGSemaphoreUnlock().