Linux编程–进程同步 Leave a reply 1、pthread_mutex_t实现进程锁 创建进程:fork 内存映射区:mmap 创建互斥锁:pthread_mutex_init 创建互斥锁属性:pthread_mutexattr_init 示例代码[……] 继续阅读