17 #ifndef TASK_LOCATION_H_ 18 #define TASK_LOCATION_H_ 20 #include "../../include/kernel_pkg.h" 22 #define MAX_TASK_LOCATION (MAX_LOCAL_TASKS*MAX_TASKS_APP) int remove_task_location(int)
Definition: task_location.c:67
void clear_app_tasks_locations(int)
Definition: task_location.c:93
int id
ID of task.
Definition: task_location.h:28
void init_task_location()
Definition: task_location.c:23
int proc_address
processor address of the task
Definition: task_location.h:29
int get_task_location(int)
Definition: processors.c:174
This structure stores the location (slave process address) of the other task.
Definition: task_location.h:27
void add_task_location(int, int)
Definition: task_location.c:48