Searched refs:res_prio (Results 1 – 1 of 1) sorted by relevance
2077 UINT res_prio; in ReleaseResource() local2203 … res_prio = ((OSEK_RESOURCE *) (tcb_ptr->external_resource_occuplied_list[index]))->c_priority; in ReleaseResource()2204 if (new_prio < res_prio) { in ReleaseResource()2205 new_prio = res_prio; in ReleaseResource()2218 … res_prio = ((OSEK_RESOURCE *) (tcb_ptr->internal_resource_occuplied_list[index]))->c_priority; in ReleaseResource()2220 if (new_prio < res_prio) in ReleaseResource()2222 new_prio = res_prio; in ReleaseResource()2327 … res_prio = ((OSEK_RESOURCE *) (tcb_ptr->external_resource_occuplied_list[index]) )->c_priority; in ReleaseResource()2329 if (new_prio < res_prio) in ReleaseResource()2331 new_prio = res_prio; in ReleaseResource()[all …]