多线程读写锁机制
摘要:
1 #include 2 #include 3 #include 4 #include 5 #include 6 static pthread_rwlock_t rwlock; 7 #define WORK_SIZE 1024 8 char work_area[WORK_... 阅读全文
posted @ 2014-06-16 11:24 lakeone 阅读(257) 评论(0) 推荐(0) 编辑
posted @ 2014-06-16 11:24 lakeone 阅读(257) 评论(0) 推荐(0) 编辑
posted @ 2014-06-16 09:08 lakeone 阅读(312) 评论(0) 推荐(0) 编辑