pthread_mutex
- 网络互斥锁
pthread_mutexpthread_mutex
互斥锁
互斥锁(pthread mutex) 条件变量(pthread cond) 在Linux上,从内核角度而言,线程和进程都是一样,大家都是进程。
1
2
3
5
6
pthread_mutex