Linux進程間通信(IPC)編程實踐(九)System V信號量---封裝一個信號量操作的工具集

System信號量集主要API [cpp]  view plain copy #include <sys/types.h>   #include <sys/ipc.h>   #include <sys/sem.h>   int semget(key_t key, int nsems, int semflg);   int semctl(int semid, int semnum, int cmd,
相關文章
相關標籤/搜索