摘要: #include <pthread.h>int pthread_create(pthread_t *restrict tidp,const pthread_attr_t *restrict attr,void *(*start_rtn)(void), void *restrict arg); Ret 阅读全文
posted @ 2017-09-20 14:36 丁培飞 阅读(3244) 评论(0) 推荐(0)