TSEMbuf
Record used in semop  call.
Declaration
Source position: ipc.pp line 818
Type
TSEMbuf = record
  sem\_num : cushort;
  sem\_op : cshort;
  sem\_flg : cshort;
end
Description
The TSEMbuf record is used in the semop  call, and is used to specify which operations you want to do.