优化代码,修改 FALLTHROUGH 宏定义,增加递归互斥锁支持,改进调度器挂起和恢复逻辑,增强命令查找功能
This commit is contained in:
@@ -65,7 +65,7 @@ extern "C"
|
||||
#endif
|
||||
|
||||
#ifndef FALLTHROUGH
|
||||
#define FALLTHROUGH
|
||||
#define FALLTHROUGH do {} while (0)
|
||||
#endif
|
||||
|
||||
#ifndef __nop
|
||||
|
||||
Reference in New Issue
Block a user