ucos 中的 OS_PRIO_SELF
<br />今天在看ucosii 中关于删除任务的函数 OSTaskDel 时看到 <br /> <br />if (prio == OS_PRIO_SELF) { /* See if requesting to delete self */<br /> prio = OSTCBCur->OSTCBPrio;