mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
将进程同步原语移动到common文件夹下
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
## 简介
|
||||
|
||||
  DragonOS实现了原子变量,类型为atomic_t. 原子变量是基于具体体系结构的原子操作指令实现的。具体实现在`kernel/process/atomic.h`中。
|
||||
  DragonOS实现了原子变量,类型为atomic_t. 原子变量是基于具体体系结构的原子操作指令实现的。具体实现在`kernel/common/atomic.h`中。
|
||||
|
||||
## API
|
||||
|
||||
|
Reference in New Issue
Block a user