[Overview][Constants][Types][Procedures and functions] |
Record used in semctl call.
Source position: ipc.pp line 380
type TSEMun = record |
case cint of |
0: ( |
val: cint; |
); |
1: ( |
buf: PSEMid_ds; |
); |
2: ( |
arr: PWord; |
); |
3: ( |
padbuf: PSEMinfo; |
); |
4: ( |
padpad: pointer; |
); |
end; |