mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 14:16:47 +00:00
* 删除C版本的crc库 * 删除lockref * 删除过时的libc文档以及wait.c * 删除过时的C版本kfifo代码及文档 * 移除未用到的lz4库 * 删除内核的stdlib.c * 删除fabs.c * fmt * 使得put_string系统调用能够通过tty输出颜色 暂且这样改,这一部分应该是用户层面提供的功能,后续删除 --------- Co-authored-by: GnoCiYeH <heyicong@dragonos.org>
15 lines
205 B
ReStructuredText
15 lines
205 B
ReStructuredText
====================================
|
|
锁
|
|
====================================
|
|
|
|
这里是DragonOS的锁变量的说明文档。
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
locks
|
|
spinlock
|
|
mutex
|
|
rwlock
|
|
|