EE445M RTOS
Taken at the University of Texas Spring 2015
sched_task_pool Struct Reference

#include <thread_structures.h>

Collaboration diagram for sched_task_pool:
Collaboration graph

Data Fields

frequency_t deadline
 
sched_taskqueue
 
struct sched_task_poolnext
 
struct sched_task_poolprev
 
int id
 

Detailed Description

Definition at line 153 of file thread_structures.h.

Field Documentation

frequency_t sched_task_pool::deadline
int sched_task_pool::id

Definition at line 161 of file thread_structures.h.

struct sched_task_pool* sched_task_pool::next
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().


The documentation for this struct was generated from the following file: