linux多线程的总结(pthread用法)
摘要:
#include int pthread_create(pthread_t *restrict tidp,const pthread_attr_t *restrict attr, void *(*start_rtn)(void),void *restrict arg); Returns: 0 if OK, error number on failure 第一个参数为指向线程标识符的指针。 第... 阅读全文
posted @ 2008-08-16 19:38 cy163 阅读(41843) 评论(1) 推荐(1) 编辑