摘要
详细介绍了在Linux环境下,特别是内核态下可能遇到的各种互斥场景,依据代码执行路径对其进行了分类。在此基础上,比较了各种互斥问题的解决方案的使用环境、优缺点以及使用时要注意的问题。
This article describes the mutex situation under the Linux environment, especially in kernel space, and classifies them by code-executing path. It also shows the usage, weakness and strength of each solution.
出处
《计算机应用研究》
CSCD
北大核心
2005年第8期72-74,77,共4页
Application Research of Computers
关键词
中断屏蔽
原子操作
互斥
自旋锁
信号量
Mask Interrupt
Atomic Operation
Mutex
Spinlock
Semaphore