发布时间:2014-08-09 23:04:24
#include <deque>#include <map>#include <vector>#include <pthread.h>#include <semaphore.h>#include <time.h>#include <sys/time.h>#include <sys/shm.h>#include <errno.h>#include <sys/types.h>#include <fcntl.h>#include <st.........【阅读全文】
发布时间:2014-07-07 17:57:11
该程序主要实现了两个进程之间传递描述符的实现,主要使用了sendmsg和recvmsg的功能。......【阅读全文】