标题:semaphore and mutex 出处:Felix021 时间:Sat, 13 Jun 2009 01:08:34 +0000 作者:felix021 地址:https://www.felix021.com/blog/read.php?1647 内容: 花了一点时间测试使用semaphore和pthread_mutex这两个东西,很赞。 #include sem_init() sem_wait() sem_post() #include pthread_mutex_init() pthread_mutex_lock() pthread_mutex_unlock() @ 2009-06-14 0:00 p.s. 居然还有 pthread_spinlock_t .... Orz了。 pthread_spin_init() pthread_spin_lock() pthread_spin_unlock() Generated by Bo-blog 2.1.0