2014年12月24日
摘要: http://www.mjmwired.net/kernel/Documentation/filesystems/inotify.txthttp://www.ibm.com/developerworks/linux/library/l-ubuntu-inotify/index.html?ca=drs... 阅读全文
posted @ 2014-12-24 15:21 张武亮 阅读(1119) 评论(0) 推荐(0) 编辑
摘要: //Test01.c#include #include #include #include int num = 100;void* thread1_handler(void* param){ while (1) { ++num; printf("Thread1 num=%d\n", num); }}... 阅读全文
posted @ 2014-12-24 15:13 张武亮 阅读(264) 评论(0) 推荐(0) 编辑