[Overview][Constants][Types][Procedures and functions] Reference for unit 'ipc' (#rtl)

TSEMun

Record used in semctl call.

Declaration

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;