逍遥潘达(mpandar)ipanda.blog.chinaunix.net
mpandar
全部博文(45)
2012年(1)
2011年(25)
2010年(19)
rekken
yangpeng
丶lemona
monkely
CallAck
sanljd01
代码如诗
ClarePha
dreamtal
opkdong_
分类: C/C++
2010-10-20 17:51:19
pthread_mutex_t mutex_detect = PTHREAD_MUTEX_INITIALIZER;//声明锁,注意后面的赋值有不同含义,可查man pthread_mutex_init(&mutex_detect,NULL);//初始化锁 pthread_mutex_lock(&mutex_detect);//加锁 pthread_mutex_unlock(&mutex_detect);//解锁
pthread_mutex_t mutex_detect = PTHREAD_MUTEX_INITIALIZER;//声明锁,注意后面的赋值有不同含义,可查man pthread_mutex_init(&mutex_detect,NULL);//初始化锁 pthread_mutex_lock(&mutex_detect);//加锁 pthread_mutex_unlock(&mutex_detect);
//解锁
上一篇:mfc CAsyncSocket类Receive返回10055错误
下一篇:mit操作系统分析(载入系统内核)
登录 注册