Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/OSEK/
Dtx_osek.c1634 OSEK_RESOURCE *linked_res_ptr; in CreateResource() local
1663 linked_res_ptr = (OSEK_RESOURCE *)linked_res; in CreateResource()
1664 if (linked_res_ptr->type == INTERNAL) in CreateResource()
1710 linked_res_ptr = (OSEK_RESOURCE *)linked_res_id; in CreateResource()
1711 if (linked_res_ptr->type == STANDARD) in CreateResource()
1716 res1_ptr = linked_res_ptr; in CreateResource()
8760 OSEK_RESOURCE *linked_res_ptr; in check_linked_resources() local
8772 linked_res_ptr = (OSEK_RESOURCE *)(res_ptr->resolved_res); in check_linked_resources()
8775 if ( res_ptr->c_priority < linked_res_ptr->c_priority) in check_linked_resources()
8777 res_ptr->c_priority = linked_res_ptr->c_priority; in check_linked_resources()