Searched refs:res_prio (Results 1 – 1 of 1) sorted by relevance
2078 UINT res_prio; in ReleaseResource() local2204 … res_prio = ((OSEK_RESOURCE *) (tcb_ptr->external_resource_occuplied_list[index]))->c_priority; in ReleaseResource()2205 if (new_prio < res_prio) { in ReleaseResource()2206 new_prio = res_prio; in ReleaseResource()2219 … res_prio = ((OSEK_RESOURCE *) (tcb_ptr->internal_resource_occuplied_list[index]))->c_priority; in ReleaseResource()2221 if (new_prio < res_prio) in ReleaseResource()2223 new_prio = res_prio; in ReleaseResource()2328 … res_prio = ((OSEK_RESOURCE *) (tcb_ptr->external_resource_occuplied_list[index]) )->c_priority; in ReleaseResource()2330 if (new_prio < res_prio) in ReleaseResource()2332 new_prio = res_prio; in ReleaseResource()[all …]