Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common_modules/module_manager/src/
Dtxm_module_manager_object_deallocate.c94 …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.c133 object_ptr -> txm_module_allocated_object_module_instance = module_instance; in _txm_module_manager_object_allocate()
Dtxm_module_manager_util.c171 … if (allocated_object_ptr -> txm_module_allocated_object_module_instance == module_instance) in _txm_module_manager_created_object_check()
/ThreadX-v6.3.0/common_modules/inc/
Dtxm_module.h514 TXM_MODULE_INSTANCE *txm_module_allocated_object_module_instance; member