socketpair通信

1、线程间通信(参考安卓源码InputTransport.cpp) #include <pthread.h> #include <sys/types.h> /* See NOTES */ #include <sys/socket.h> #include <stdio.h> #include <unistd.h> static const size_t SOCKET_BUF
相关文章
相关标签/搜索