ISIX-RTOS - small operating system for ARM microcontrollers 1.2
|
#include <scheduler.h>
Data Fields | |
prio_t | prio |
list_entry_t | task_list |
list_t | inode |
Definition at line 11 of file prv/scheduler.h.
Definition at line 15 of file prv/scheduler.h.
Referenced by alloc_task_ready_t(), free_task_ready_t(), and isixp_add_task_to_ready_list().
prio_t task_ready_struct::prio |
Definition at line 13 of file prv/scheduler.h.
Referenced by alloc_task_ready_t(), isix_bug(), isixp_add_task_to_ready_list(), and isixp_schedule().
Definition at line 14 of file prv/scheduler.h.
Referenced by isixp_add_task_to_ready_list(), and isixp_schedule().