Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/OSEK/
Dtx_osek.c129 #define OSEK_MAX_LINK_DEPTH (1024U) /* Maximum depth of linked resource, to prevent infinite loops … macro
1701 iter_max = OSEK_MAX_LINK_DEPTH; /* Safety count to prevent infinite loop. */ in CreateResource()