摘要: #include <stdio.h> #include <stdlib.h> int flag = 1; void * thr_fn(void * arg) { while (flag) { printf("******\n"); sleep(10); } printf("sleep test th 阅读全文
posted @ 2017-08-19 11:06 _小百 阅读(895) 评论(0) 推荐(0)