Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/OSEK/
Dtx_osek.c231 static void pop_task_from_table(OSEK_TCB *tcb_ptr);
1575 pop_task_from_table(tcb_ptr); in Schedule()
6022 pop_task_from_table((OSEK_TCB *)request[1u]); in osek_system_manager_entry()
6040 pop_task_from_table ((OSEK_TCB *)request[1u]); in osek_system_manager_entry()
6098 pop_task_from_table( tcb_ptr); in osek_system_manager_entry()
6123 pop_task_from_table ( tcb_ptr); in osek_system_manager_entry()
6192 pop_task_from_table((OSEK_TCB *)request[2u]); in osek_system_manager_entry()
7959pop_task_from_table(tcb_ptr); /* This routine remove task from table based on its cur_threshold.… in osek_task_wrapper()
8654 pop_task_from_table(tcb_ptr); in check_task_to_run()
8701 static void pop_task_from_table(OSEK_TCB *tcb_ptr) in pop_task_from_table() function
[all …]