摘要: 【五种阻塞队列】 【先看LifoSem】 last in first out 信号量通知的queue 【调用栈】 ./fbcode_builder_getdeps-ZrootZfollyZbuildZfbcode_builder-root/build/folly/thread_pool_execut 阅读全文
posted @ 2023-01-04 21:54 stupidstan2019 阅读(127) 评论(4) 推荐(0) 编辑
摘要: 【参考】 https://zhuanlan.zhihu.com/p/55917869 【cache memory】 cpu和主存间存在三级缓存 L1, L2(单核独享) L3(多核共享) 【L1和L2如何保持一致】 mesi协议定义cacheline四个状态 modified,只缓存在该cpu的缓存 阅读全文
posted @ 2023-01-04 19:45 stupidstan2019 阅读(33) 评论(0) 推荐(0) 编辑