Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/OSEK/
Dos.h601 ResourceType linked_res; /* id of the resource , Linked with this res. */ member
874 ResourceType CreateResource(const CHAR *name, StatusType type, ResourceType linked_res);
Dtx_osek.c1630 ResourceType CreateResource(const CHAR *name, StatusType type, ResourceType linked_res) in CreateResource() argument
1654 if (linked_res == 0u) in CreateResource()
1663 linked_res_ptr = (OSEK_RESOURCE *)linked_res; in CreateResource()
1690 res_ptr->linked_res = linked_res; in CreateResource()
1709 linked_res_id = res1_ptr->linked_res; in CreateResource()
Dthreadx_osek_readme.txt210 ResourceType linked_res);