|
|
|
| Interface status: | externallyDefinedApi |
struct shmid_ds;
Defines a shared memory region
Defined in shmid_ds:
shm_atimetime of last shmat(int,const void *,int)
shm_cpidprocess ID of creator shm_ctimetime of last change by shmctl(int,int,struct shmid_ds *)
shm_dtimetime of last shmdt(const void *)
shm_internalsysv stupidity shm_lpidprocess ID of last shared memory op shm_nattchnumber of current attaches shm_perminode's device shm_segszsize of segment in bytes | Interface status: | externallyDefinedApi | Inherited from: shmid_ds |
ipc_perm shm_perm;
inode's device
| Interface status: | externallyDefinedApi | Inherited from: shmid_ds |
int shm_segsz;
size of segment in bytes
| Interface status: | externallyDefinedApi | Inherited from: shmid_ds |
pid_t shm_lpid;
process ID of last shared memory op
| Interface status: | externallyDefinedApi | Inherited from: shmid_ds |
pid_t shm_cpid;
process ID of creator
| Interface status: | externallyDefinedApi | Inherited from: shmid_ds |
short shm_nattch;
number of current attaches
| Interface status: | externallyDefinedApi | Inherited from: shmid_ds |
time_t shm_atime;
time of last shmat(int,const void *,int)
| Interface status: | externallyDefinedApi | Inherited from: shmid_ds |
time_t shm_dtime;
time of last shmdt(const void *)
| Interface status: | externallyDefinedApi | Inherited from: shmid_ds |
time_t shm_ctime;
time of last change by shmctl(int,int,struct shmid_ds *)
| Interface status: | externallyDefinedApi | Inherited from: shmid_ds |
void * shm_internal;
sysv stupidity