
Go to the source code of this file.
Functions | |
| int | task_get_next_predicted_push_delay (void) |
| int | task_get_next_predicted_push_delay_for_priority (int priority) |
| int | task_get_next_predicted_push_delay_most_priority_than (int priority) |
| int | task_get_priority_period (int priority) |
| void | task_init (void) |
| void | task_push (int priority) |
| int task_get_next_predicted_push_delay | ( | void | ) |
Definition at line 142 of file task_timing.c.
| int task_get_next_predicted_push_delay_for_priority | ( | int | priority | ) |
Definition at line 60 of file task_timing.c.
| int task_get_next_predicted_push_delay_most_priority_than | ( | int | priority | ) |
Definition at line 156 of file task_timing.c.
| int task_get_priority_period | ( | int | priority | ) |
Definition at line 170 of file task_timing.c.
| void task_init | ( | void | ) |
Definition at line 99 of file task_timing.c.
| void task_push | ( | int | priority | ) |
Definition at line 107 of file task_timing.c.