keke

~
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2009年6月21日

摘要: //mutex.c#include <stdio.h>#include<stdlib.h>#include<unistd.h>#include <pthread.h>#include <string.h>void* reader_function(void *p);void* writer_function(void *p);char b... 阅读全文

posted @ 2009-06-21 17:03 可可 阅读(275) 评论(0) 推荐(0)