[Overview][Constants][Types][Procedures and functions][Index] |
Structure returned by the semctl call, contains all data of a semahore
Source position: ipc.pp line 792
type TSEMid_ds = record |
||
sem_perm: TIPC_Perm; |
|
IPC permissions |
sem_base: PSEM; |
|
Internal data. Do not use |
sem_nsems: cushort; |
|
Number of semaphores |
sem_otime: time_t; |
|
Last operation time |
sem_pad1: cint; |
|
Padding for alignment purposes, not to be used. |
sem_ctime: time_t; |
|
Create time |
sem_pad2: cint; |
|
Padding for alignment purposes, not to be used. |
sem_pad3: array [0..3] of cint; |
|
Padding for alignment purposes, not to be used. |
end; |