lock: mutex/spinlock/shared lock
摘要:
mutex( x lock): when a mutex lock is obtained, others cannot obtain the same mutex while the lock is not freed. shared lock( s lock): when a shared lo 阅读全文
posted @ 2018-10-25 00:26 三叁 阅读(169) 评论(0) 推荐(0) 编辑