摘要: trylock: #include <stdio.h> #include <unistd.h> #include <pthread.h> int beginnum=1000; pthread_rwlock_t rwlock=PTHREAD_RWLOCK_INITIALIZER; void* thr_ 阅读全文
posted @ 2020-05-25 10:38 feibilun 阅读(171) 评论(0) 推荐(0) 编辑