摘要: 在线程创建的时候pthread_exit都是调用的固定参数,我们先来看下如果用自动变量作为pthread_exit的参数时出现的问题 typedef struct foo{ int a; int b; int c; int d; }foo; void printinfo(const char *s, 阅读全文
posted @ 2018-07-08 15:45 red_leaf_412 阅读(298) 评论(0) 推荐(0)