readme
来自「rtai-3.1-test3的源代码(Real-Time Application」· 代码 · 共 13 行
TXT
13 行
****** SWITCHES EXAMPLE ******This directory checks task switching time by repeated use of suspend/resumesand semaphore signal/waits. In case you are slicing microsecs note that theresults are related to a relativily heavily loaded task queues, i.e. 30 tasks,both for the semaphore waiting and suspended tasks lists. Moreover they include full FPU support.This example can be executed by using either a kernel space only scheduler (UP/SMP/MUP) or the integrated kernel/user space scheduler (LXRT). In the lattercase you'll have a chance of verifying also the difference between using RTAIproper kernel tasks and Linux kernel threads, by toggling the macroUSE_RTAI_TASKS in user/sched.c.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?