help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Procedures and functions] 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 350

type TSEMid_ds = record

  sem_perm: TIPC_Perm;

  

IPC permissions

  sem_otime: time_t;

  

Last operation time

  sem_ctime: time_t;

  

Create time

  sem_base: pointer;

  

Internal data. Do not use

  sem_pending: pointer;

  

Internal data. Do not use

  sem_pending_last: pointer;

  

Internal data. Do not use

  undo: pointer;

  

Internal data. Do not use

  sem_nsems: cushort;

  

Number of semaphores

end;

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505