tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
shmid_ds
tango
stdc
posix
sys
shm
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
struct
shmid_ds
struct
shmid_ds
version(!linux && FreeBSD)
extern (
C
)
struct
shmid_ds {
ipc_perm
shm_perm
;
size_t
shm_segsz
;
time_t
shm_atime
;
c_ulong
__unused1
;
time_t
shm_dtime
;
c_ulong
__unused2
;
time_t
shm_ctime
;
c_ulong
__unused3
;
pid_t
shm_cpid
;
pid_t
shm_lpid
;
shmatt_t
shm_nattch
;
c_ulong
__unused4
;
c_ulong
__unused5
;
}
struct
shmid_ds
Members
Variables
__unused1
c_ulong
__unused1
;
Undocumented in source.
__unused2
c_ulong
__unused2
;
Undocumented in source.
__unused3
c_ulong
__unused3
;
Undocumented in source.
__unused4
c_ulong
__unused4
;
Undocumented in source.
__unused5
c_ulong
__unused5
;
Undocumented in source.
shm_atime
time_t
shm_atime
;
Undocumented in source.
shm_cpid
pid_t
shm_cpid
;
Undocumented in source.
shm_ctime
time_t
shm_ctime
;
Undocumented in source.
shm_dtime
time_t
shm_dtime
;
Undocumented in source.
shm_lpid
pid_t
shm_lpid
;
Undocumented in source.
shm_nattch
shmatt_t
shm_nattch
;
Undocumented in source.
shm_perm
ipc_perm
shm_perm
;
Undocumented in source.
shm_segsz
size_t
shm_segsz
;
Undocumented in source.
Meta
Source
See Implementation
tango
stdc
posix
sys
shm
aliases
SHMLBA
shmatt_t
functions
__getpagesize
shmat
shmctl
shmdt
shmget
structs
shmid_ds
variables
SHM_PAGEABLE
SHM_RDONLY
SHM_RND
SHM_SHARE_MMU