蓟:C中线程安全链接列表的两种实现 源码
蓟 一个读-钍šAFE升两个实现用C着墨列表 hand_over_hand.c A linked list that utilizes a hand-over-hand locking mechanism to ensure thread-safety. single_lock.c A linked list that utilizes a single lock for the entire list to ensure thread-safety. 为什么? 学校作业,但是它很简洁,我对我的解决方案很满意
文件列表
thistle-master.zip
(预估有个4文件)
thistle-master
.gitignore
453B
single_lock.c
7KB
README.md
380B
hand_over_hand.c
7KB
暂无评论