Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/OSEK/
Dtx_osek.c2077 UINT res_prio; in ReleaseResource() local
2203res_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()
2218res_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()
2327res_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 …]