摘要: #include <pthread.h> #include <stdio.h> #include <unistd.h> void message( void *ptr ); char *message1 = "thread1"; int main() { pthread_t thread1; int 阅读全文
posted @ 2021-03-27 23:33 zhaogaojian 阅读(81) 评论(0) 推荐(0) 编辑