Shared Memory APIs


 #include <sys/types.h>     #include <sys/ipc.h>     #include <sys/shm.h>     int  shmget  ( key_t key, size_t size, int shmflag );     int  shmctl  ( int shmid, int cmd, struct shmid_ds *buf );         void *  shmat  ( int shmid, const void *shmaddr, int shmflag );     int  shmdt  ( const void *shmaddr ); 



GNU/Linux Application Programming
GNU/Linux Application Programming (Programming Series)
ISBN: 1584505680
EAN: 2147483647
Year: 2006
Pages: 203
Authors: M. Tim Jones

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net