Lines Matching refs:cur_threshold
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()
8414 priority = tcb_ptr->cur_threshold; in push_task_to_table()
8656 tcb_ptr->cur_threshold = OSEK_NON_SCHEDULE_PRIORITY; in check_task_to_run()
8712 priority = tcb_ptr-> cur_threshold; in pop_task_from_table()
8891 tcb_ptr->cur_threshold = OSEK_NON_SCHEDULE_PRIORITY; in get_internal_resource()
8901 if (tcb_ptr->cur_threshold < res_prio ) in get_internal_resource()
8903 tcb_ptr->cur_threshold = res_prio; in get_internal_resource()
8986 tcb_ptr->cur_threshold = tcb_ptr->org_prio; in release_internal_resource()