标签: semaphore atomic minix
我有一个项目,我必须在Minix中实现信号量。 为了实现它们,我需要使信号量等待和信号函数原子化。 我的想法是
Assuming that system calls are atomic in Minix ,I will create new system calls that implement the wait and signal functions.
这就是为什么我想知道是Minix"系统调用"在C原子性质?