2018年3月13日

pthread编译选项(命令行,codeblocks)

摘要: 通过命令行编译: For Linux the correct command is: gcc -pthread -o term term.c In general, libraries should follow sources and objects on command line, and -l 阅读全文

posted @ 2018-03-13 21:10 CreatorKou 阅读(368) 评论(0) 推荐(0) 编辑

学习apue的pthread synchronize之condition variables

摘要: 学习apue11.6.6 condition variables实践: 使用书上的condition variables和wait函数 参考c++11 的condition variables:http://blog.csdn.net/hujingshuang/article/details/705 阅读全文

posted @ 2018-03-13 21:07 CreatorKou 阅读(170) 评论(0) 推荐(0) 编辑

导航