|
EE445M RTOS
Taken at the University of Texas Spring 2015
|
#include <thread_structures.h>

Data Fields | |
| frequency_t | deadline |
| sched_task * | queue |
| struct sched_task_pool * | next |
| struct sched_task_pool * | prev |
| int | id |
Definition at line 153 of file thread_structures.h.
| frequency_t sched_task_pool::deadline |
Definition at line 154 of file thread_structures.h.
Referenced by edf_pop(), schedule(), schedule_hash_find_int(), and scheduler_reschedule().
| int sched_task_pool::id |
Definition at line 161 of file thread_structures.h.
| struct sched_task_pool* sched_task_pool::next |
Definition at line 160 of file thread_structures.h.
Referenced by edf_init(), edf_pop(), schedule(), schedule_hash_find_int(), and scheduler_reschedule().
| struct sched_task_pool * sched_task_pool::prev |
Definition at line 160 of file thread_structures.h.
Referenced by schedule().
| sched_task* sched_task_pool::queue |
Definition at line 155 of file thread_structures.h.
Referenced by edf_init(), edf_pop(), schedule(), and scheduler_reschedule().