摘要: while(1) 33 { 34 mm* p = NULL; 35 pthread_mutex_lock(&mutex); 36 while(head == NULL) 37 pthread_cond_wait(&cond, &mutex); 38 p = head->next; 39 printf 阅读全文
posted @ 2019-09-19 01:25 MoonXu 阅读(1312) 评论(0) 推荐(0) 编辑