tango.stdc.posix.sys.shm

D header file for POSIX.

Public Imports

tango.stdc.posix.sys.types
public import tango.stdc.posix.sys.types;
Undocumented in source.
tango.stdc.posix.sys.ipc
public import tango.stdc.posix.sys.ipc;
Undocumented in source.

Members

Aliases

SHMLBA
alias SHMLBA = __getpagesize
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
shmatt_t
alias shmatt_t = c_ulong
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
shmatt_t
alias shmatt_t = c_ulong
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
shmatt_t
alias shmatt_t = c_ulong
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

SHMLBA
c_long SHMLBA()
Undocumented in source. Be warned that the author may not have intended to support it.
__getpagesize
int __getpagesize()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
shmat
void* shmat(int , void* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
shmat
void* shmat(int , void* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
shmat
void* shmat(int , void* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
shmctl
int shmctl(int , int , shmid_ds* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
shmctl
int shmctl(int , int , shmid_ds* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
shmctl
int shmctl(int , int , shmid_ds* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
shmdt
int shmdt(void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
shmdt
int shmdt(void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
shmdt
int shmdt(void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
shmget
int shmget(key_t , size_t , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
shmget
int shmget(key_t , size_t , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
shmget
int shmget(key_t , size_t , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

shmid_ds
struct shmid_ds
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
shmid_ds
struct shmid_ds
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
shmid_ds
struct shmid_ds
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

SHMLBA
auto SHMLBA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SHM_PAGEABLE
auto SHM_PAGEABLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SHM_RDONLY
auto SHM_RDONLY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SHM_RDONLY
auto SHM_RDONLY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SHM_RDONLY
auto SHM_RDONLY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SHM_RND
auto SHM_RND;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SHM_RND
auto SHM_RND;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SHM_RND
auto SHM_RND;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SHM_SHARE_MMU
auto SHM_SHARE_MMU;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

License

Public Domain

Standards

The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition

Authors

Sean Kelly