Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common_modules/module_manager/src/
Dtxm_module_manager_absolute_load.c385 if (module_preamble -> txm_module_preamble_stop_function) in _txm_module_manager_absolute_load()
390 … = (VOID (*)(ULONG)) ((VOID *) (ALIGN_TYPE) module_preamble -> txm_module_preamble_stop_function); in _txm_module_manager_absolute_load()
392 …_thread_entry = (VOID (*)(ULONG)) ((VOID *) module_preamble -> txm_module_preamble_stop_function); in _txm_module_manager_absolute_load()
Dtxm_module_manager_internal_load.c372 if (module_preamble -> txm_module_preamble_stop_function) in _txm_module_manager_internal_load()
377 … (module_preamble -> txm_module_preamble_stop_function) + in _txm_module_manager_internal_load()
/ThreadX-v6.4.1/common_modules/inc/
Dtxm_module.h372 …ULONG txm_module_preamble_stop_function; /* Module Thread Stop Function… member