mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 04:54:43 +08:00
monitor: Support priority inheritance queues
This commit is contained in:
@@ -117,6 +117,8 @@ rtems_monitor_task_dump(
|
||||
length += fprintf(stdout, " [FIFO]");
|
||||
} else if (monitor_task->wait_operations == &_Thread_queue_Operations_priority) {
|
||||
length += fprintf(stdout, " [PRIO]");
|
||||
} else if (monitor_task->wait_operations == &_Thread_queue_Operations_priority_inherit) {
|
||||
length += fprintf(stdout, " [PINH]");
|
||||
} else {
|
||||
length += fprintf(stdout, " [?]");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user