摘要: 1.创建线程 int pthread_create(pthread_t *restrict_ptid, const pthread_attr_t *restrict_attr, void *(*start_routine)(void*), void *restrict_arg); ptid是一个... 阅读全文
posted @ 2014-12-25 10:57 可笑痴狂 阅读(3306) 评论(0) 推荐(0)