Home
last modified time | relevance | path

Searched refs:res_prio (Results 1 – 1 of 1) sorted by relevance

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/OSEK/
Dtx_osek.c2078 UINT res_prio; in ReleaseResource() local
2204res_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()
2219res_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()
2328res_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 …]