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

TSEMid_ds

Structure returned by the semctl call, contains all data of a semahore

Declaration

Source position: ipc.pp line 777

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;


Documentation generated on: Nov 14 2015