Semaphore APIs


 #include <sys/types.h>     #include <sys/ipc.h>     #include <sys/sem.h>     int  semget  ( key_t key, int nsems, int semflg );     int  semop  ( int semid, struct sembuf *sops, unsigned int nsops );     int  semctl  ( int semid, int semnum, int cmd, ... ); 



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