DragonOS/kernel/ktest
longjin a274d5a01d 暂时解决idr不能跑的问题(目前只能在o1下运行,o0存在栈损坏错误) 2022-10-23 16:43:57 +08:00
..
Makefile 将makefile中的gcc字样用$(CC)环境变量代替 2022-10-16 11:08:32 +08:00
ktest.c new: kthread机制 2022-09-30 15:30:50 +08:00
ktest.h Patch add idr (#52) 2022-10-06 16:13:29 +08:00
ktest_utils.h new: mutex 2022-07-31 17:09:12 +08:00
test-bitree.c bugfix: 修正潜在的错误路径 (#64) 2022-10-22 20:17:40 +08:00
test-idr.c 暂时解决idr不能跑的问题(目前只能在o1下运行,o0存在栈损坏错误) 2022-10-23 16:43:57 +08:00
test-kfifo.c bugfix: 修正潜在的错误路径 (#64) 2022-10-22 20:17:40 +08:00
test-mutex.c new: kthread机制 2022-09-30 15:30:50 +08:00