shmid_ds

Overview

Related Modules:

MEM

Description:

Stores information about a shared memory segment.

Summary

Data Fields

Variable Name

Description

shm_perm

struct ipc_perm 

shm_segsz

size_t 

shm_atime

time_t 

shm_dtime

time_t 

shm_ctime

time_t 

shm_cpid

pid_t 

shm_lpid

pid_t 

shm_nattch

unsigned long 

pad1

unsigned long 

pad2

unsigned long 

Details

Field Documentation

__pad1

  1. unsigned long shmid_ds::__pad1

Description:

Padding field

__pad2

  1. unsigned long shmid_ds::__pad2

Description:

Padding field

shm_atime

  1. time_t shmid_ds::shm_atime

Description:

Time when the last process is attached to this segment

shm_cpid

  1. pid_t shmid_ds::shm_cpid

Description:

ID of the process that created this segment

shm_ctime

  1. time_t shmid_ds::shm_ctime

Description:

Time when the last process modified this segment

shm_dtime

  1. time_t shmid_ds::shm_dtime

Description:

Time when the last process is detached from this segment

shm_lpid

  1. pid_t shmid_ds::shm_lpid

Description:

ID of the last process that operated this segment

shm_nattch

  1. unsigned long shmid_ds::shm_nattch

Description:

Number of processes attached to this segment

shm_perm

  1. struct ipc_perm shmid_ds::shm_perm

Description:

Operation permissions on this segment

shm_segsz

  1. size_t shmid_ds::shm_segsz

Description:

Segment size, in bytes