Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common_modules/module_manager/src/
Dtxm_module_manager_object_deallocate.c93 …ect_ptr == TX_NULL) || (module_allocated_object_ptr -> txm_module_allocated_object_module_instance in _txm_module_manager_object_deallocate()
Dtxm_module_manager_object_allocate.c132 object_ptr -> txm_module_allocated_object_module_instance = module_instance; in _txm_module_manager_object_allocate()
Dtxm_module_manager_util.c170 … if (allocated_object_ptr -> txm_module_allocated_object_module_instance == module_instance) in _txm_module_manager_created_object_check()
/ThreadX-v6.4.1/common_modules/inc/
Dtxm_module.h513 TXM_MODULE_INSTANCE *txm_module_allocated_object_module_instance; member