diff --git a/content/blog/2020/Thread_cxl_3/index.md b/content/blog/2020/Thread_cxl_3/index.md index 739b4e1e12dae917fcebe4cfcc51cd8d7af21d68..b30c8ce94809a471bf52f3d1f6889f69812d6b89 100644 --- a/content/blog/2020/Thread_cxl_3/index.md +++ b/content/blog/2020/Thread_cxl_3/index.md @@ -3,7 +3,7 @@ title: "linux下的多线程的使用" date: 2020-09-15T19:00:57+08:00 author: "陈小龙" keywords: ["linux","mutex"] -categories : ["你的分类标题"] +categories : ["线程的使用"] banner : "img/blogimg/cxl_3.jpg" summary : "本文章主要介绍了linux中多线程编程,对于多线程同时访问临界资源产生的冲突,利用互斥锁机制解决,对于互斥锁的引入可能会产生的死锁和饥饿,针对这两个问题给出了具体的解决办法。" ---