摘要: 目录读写锁基本概念读写锁与互斥锁的关系优先级策略接口实现使用2个mutex使用1个condition variable + 1个mutex使用1个mutex + 2个条件变量测试程序小结参考 读写锁基本概念 读写锁(readers-writer lock),又称为多读单写锁(multi-reader 阅读全文
posted @ 2022-01-08 20:00 明明1109 阅读(8833) 评论(0) 推荐(6)