📄 myucos.searchresults
字号:
---- OS_PRIO_SELF Matches (30 in 2 files) ----
Os_task.c (ucos_ii): if (oldprio != OS_PRIO_SELF) {
Os_task.c (ucos_ii): if (oldprio == OS_PRIO_SELF) { /* See if changing self */
Os_task.c (ucos_ii):* OS_PRIO_SELF.
Os_task.c (ucos_ii):* (i.e. >= OS_LOWEST_PRIO) or, you have not specified OS_PRIO_SELF.
Os_task.c (ucos_ii): if (prio >= OS_LOWEST_PRIO && prio != OS_PRIO_SELF) { /* Task priority valid ? */
Os_task.c (ucos_ii): if (prio == OS_PRIO_SELF) { /* See if requesting to delete self */
Os_task.c (ucos_ii):* this function by specifying OS_PRIO_SELF and monitors the returned value. If the return
Os_task.c (ucos_ii):* if (OSTaskDelReq(OS_PRIO_SELF) == OS_TASK_DEL_REQ) {
Os_task.c (ucos_ii):* OSTaskDel(OS_PRIO_SELF);
Os_task.c (ucos_ii):* (i.e. >= OS_LOWEST_PRIO) or, you have not specified OS_PRIO_SELF.
Os_task.c (ucos_ii): if (prio != OS_PRIO_SELF) {
Os_task.c (ucos_ii): if (prio == OS_PRIO_SELF) { /* See if a task is requesting to ... */
Os_task.c (ucos_ii):* A higher value than the idle task or not OS_PRIO_SELF.
Os_task.c (ucos_ii): if (prio > OS_LOWEST_PRIO && prio != OS_PRIO_SELF) { /* Task priority valid ? */
Os_task.c (ucos_ii): if (prio == OS_PRIO_SELF) { /* See if caller desires it's own name */
Os_task.c (ucos_ii):* A higher value than the idle task or not OS_PRIO_SELF.
Os_task.c (ucos_ii): if (prio != OS_PRIO_SELF) {
Os_task.c (ucos_ii): if (prio == OS_PRIO_SELF) { /* See if caller desires to set it's own name */
Os_task.c (ucos_ii):* (i.e. > OS_LOWEST_PRIO) or, you have not specified OS_PRIO_SELF.
Os_task.c (ucos_ii): if (prio != OS_PRIO_SELF) {
Os_task.c (ucos_ii): if (prio == OS_PRIO_SELF) { /* See if check for SELF */
Os_task.c (ucos_ii):* priority passed to OSTaskSuspend() is the priority of the calling task or OS_PRIO_SELF.
Os_task.c (ucos_ii):* Arguments : prio is the priority of the task to suspend. If you specify OS_PRIO_SELF, the
Os_task.c (ucos_ii):* (i.e. >= OS_LOWEST_PRIO) or, you have not specified OS_PRIO_SELF.
Os_task.c (ucos_ii): if (prio != OS_PRIO_SELF) {
Os_task.c (ucos_ii): if (prio == OS_PRIO_SELF) { /* See if suspend SELF */
Os_task.c (ucos_ii):* (i.e. > OS_LOWEST_PRIO) or, you have not specified OS_PRIO_SELF.
Os_task.c (ucos_ii): if (prio != OS_PRIO_SELF) {
Os_task.c (ucos_ii): if (prio == OS_PRIO_SELF) { /* See if suspend SELF */
Ucos_ii.h (ucos_ii):#define OS_PRIO_SELF 0xFF /* Indicate SELF priority */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -