Searched refs:cur_threshold (Results 1 – 2 of 2) sorted by relevance
480 tcb_ptr->cur_threshold = priority; in CreateTask()650 tcb_ptr->cur_threshold = tcb_ptr->org_prio; in CreateISR()1578 tcb_ptr->cur_threshold = OSEK_NON_SCHEDULE_PRIORITY; in Schedule()1982 if ((tcb_ptr->policy == FULL) && (tcb_ptr->cur_threshold < osek_res->c_priority)) in GetResource()6102 tcb_ptr->cur_threshold = (UINT)request[2]; in osek_system_manager_entry()6127 tcb_ptr->cur_threshold = (UINT)request[2]; in osek_system_manager_entry()6173 ((OSEK_TCB *)request[2u])->cur_threshold = ((OSEK_TCB *)request[2u])->org_prio; in osek_system_manager_entry()6788 tcb_ptr->cur_threshold = tcb_ptr->org_prio; in osek_do_task_terminate()7413 tcb_ptr->cur_threshold = THREADX_LOWEST_PRIORITY; in osek_reset_tcb()7963 tcb_ptr->cur_threshold = OSEK_NON_SCHEDULE_PRIORITY; in osek_task_wrapper()[all …]
644 UINT cur_threshold; member