Home
last modified time | relevance | path

Searched refs:pop_task_from_table (Results 1 – 1 of 1) sorted by relevance

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/OSEK/
Dtx_osek.c232 static void pop_task_from_table(OSEK_TCB *tcb_ptr);
1576 pop_task_from_table(tcb_ptr); in Schedule()
6023 pop_task_from_table((OSEK_TCB *)request[1u]); in osek_system_manager_entry()
6041 pop_task_from_table ((OSEK_TCB *)request[1u]); in osek_system_manager_entry()
6099 pop_task_from_table( tcb_ptr); in osek_system_manager_entry()
6124 pop_task_from_table ( tcb_ptr); in osek_system_manager_entry()
6193 pop_task_from_table((OSEK_TCB *)request[2u]); in osek_system_manager_entry()
7960pop_task_from_table(tcb_ptr); /* This routine remove task from table based on its cur_threshold.… in osek_task_wrapper()
8655 pop_task_from_table(tcb_ptr); in check_task_to_run()
8702 static void pop_task_from_table(OSEK_TCB *tcb_ptr) in pop_task_from_table() function
[all …]