Searched refs:cur_threshold (Results 1 – 2 of 2) sorted by relevance
479 tcb_ptr->cur_threshold = priority; in CreateTask()649 tcb_ptr->cur_threshold = tcb_ptr->org_prio; in CreateISR()1577 tcb_ptr->cur_threshold = OSEK_NON_SCHEDULE_PRIORITY; in Schedule()1981 if ((tcb_ptr->policy == FULL) && (tcb_ptr->cur_threshold < osek_res->c_priority)) in GetResource()6101 tcb_ptr->cur_threshold = (UINT)request[2]; in osek_system_manager_entry()6126 tcb_ptr->cur_threshold = (UINT)request[2]; in osek_system_manager_entry()6172 ((OSEK_TCB *)request[2u])->cur_threshold = ((OSEK_TCB *)request[2u])->org_prio; in osek_system_manager_entry()6787 tcb_ptr->cur_threshold = tcb_ptr->org_prio; in osek_do_task_terminate()7412 tcb_ptr->cur_threshold = THREADX_LOWEST_PRIORITY; in osek_reset_tcb()7962 tcb_ptr->cur_threshold = OSEK_NON_SCHEDULE_PRIORITY; in osek_task_wrapper()[all …]
643 UINT cur_threshold; member