| /ThreadX-v6.3.0/common_modules/module_manager/src/ |
| D | txm_module_manager_thread_reset.c | 79 TXM_MODULE_THREAD_ENTRY_INFO *thread_entry_info; in _txm_module_manager_thread_reset() local 144 …thread_entry_info = (TXM_MODULE_THREAD_ENTRY_INFO *) (((UCHAR *) thread_ptr -> tx_thread_stack_en… in _txm_module_manager_thread_reset() 145 …thread_entry_info = (TXM_MODULE_THREAD_ENTRY_INFO *) (((ALIGN_TYPE)(thread_entry_info)) & (~0x3)); in _txm_module_manager_thread_reset() 151 thread_ptr -> tx_thread_stack_ptr = (VOID *) thread_entry_info; in _txm_module_manager_thread_reset()
|
| D | txm_module_manager_thread_create.c | 127 TXM_MODULE_THREAD_ENTRY_INFO *thread_entry_info; in _txm_module_manager_thread_create() local 443 …thread_entry_info = (TXM_MODULE_THREAD_ENTRY_INFO *) (((UCHAR *) thread_ptr -> tx_thread_stack_en… in _txm_module_manager_thread_create() 444 …thread_entry_info = (TXM_MODULE_THREAD_ENTRY_INFO *) (((ALIGN_TYPE)(thread_entry_info)) & (~0x3)); in _txm_module_manager_thread_create() 447 thread_entry_info -> txm_module_thread_entry_info_thread = thread_ptr; in _txm_module_manager_thread_create() 448 thread_entry_info -> txm_module_thread_entry_info_module = module_instance; in _txm_module_manager_thread_create() 449 …thread_entry_info -> txm_module_thread_entry_info_data_base_address = module_instance -> tx… in _txm_module_manager_thread_create() 450 …thread_entry_info -> txm_module_thread_entry_info_code_base_address = module_instance -> tx… in _txm_module_manager_thread_create() 451 …thread_entry_info -> txm_module_thread_entry_info_entry = thread_ptr -> tx_thre… in _txm_module_manager_thread_create() 452 …thread_entry_info -> txm_module_thread_entry_info_parameter = thread_ptr -> tx_thre… in _txm_module_manager_thread_create() 453 …thread_entry_info -> txm_module_thread_entry_info_callback_request_queue = &(module_instance -> … in _txm_module_manager_thread_create() [all …]
|
| /ThreadX-v6.3.0/ports_module/cortex_r4/iar/inc/ |
| D | txm_module_port.h | 292 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u… 296 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
|
| /ThreadX-v6.3.0/ports_module/cortex_r4/ac6/inc/ |
| D | txm_module_port.h | 310 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u… 314 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
|
| /ThreadX-v6.3.0/ports_module/rxv2/iar/inc/ |
| D | txm_module_port.h | 316 …*(ULONG*)&(thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher) = … 321 …*(ULONG*)&(thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher) = …
|
| /ThreadX-v6.3.0/ports_module/cortex_m33/ac6/inc/ |
| D | txm_module_port.h | 303 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u… 307 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
|
| /ThreadX-v6.3.0/ports_module/cortex_m33/gnu/inc/ |
| D | txm_module_port.h | 297 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u… 301 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
|
| /ThreadX-v6.3.0/ports_module/cortex_m33/iar/inc/ |
| D | txm_module_port.h | 298 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u… 302 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
|
| /ThreadX-v6.3.0/ports_module/cortex_m23/ac6/inc/ |
| D | txm_module_port.h | 303 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u… 307 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
|
| /ThreadX-v6.3.0/ports_module/cortex_m23/gnu/inc/ |
| D | txm_module_port.h | 293 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u… 297 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
|
| /ThreadX-v6.3.0/ports_module/cortex_m23/iar/inc/ |
| D | txm_module_port.h | 296 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u… 300 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
|
| /ThreadX-v6.3.0/ports_module/cortex_a7/iar/inc/ |
| D | txm_module_port.h | 370 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u… 374 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
|
| /ThreadX-v6.3.0/ports_module/cortex_m0+/ac6/inc/ |
| D | txm_module_port.h | 313 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u… 317 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
|
| /ThreadX-v6.3.0/ports_module/cortex_m0+/gnu/inc/ |
| D | txm_module_port.h | 313 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u… 317 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
|
| /ThreadX-v6.3.0/ports_module/cortex_m0+/iar/inc/ |
| D | txm_module_port.h | 313 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u… 317 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
|
| /ThreadX-v6.3.0/ports_module/cortex_a7/ac5/inc/ |
| D | txm_module_port.h | 356 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u… 360 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
|
| /ThreadX-v6.3.0/ports_module/cortex_a7/gnu/inc/ |
| D | txm_module_port.h | 359 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u… 363 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
|
| /ThreadX-v6.3.0/ports_module/cortex_m7/ac5/inc/ |
| D | txm_module_port.h | 401 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u… 405 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
|
| /ThreadX-v6.3.0/ports_module/cortex_m7/ac6/inc/ |
| D | txm_module_port.h | 401 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u… 405 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
|
| /ThreadX-v6.3.0/ports_module/cortex_m7/gnu/inc/ |
| D | txm_module_port.h | 401 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u… 405 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
|
| /ThreadX-v6.3.0/ports_module/cortex_m7/iar/inc/ |
| D | txm_module_port.h | 401 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u… 405 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
|
| /ThreadX-v6.3.0/ports_module/cortex_m4/ac5/inc/ |
| D | txm_module_port.h | 401 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u… 405 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
|
| /ThreadX-v6.3.0/ports_module/cortex_m4/ac6/inc/ |
| D | txm_module_port.h | 401 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u… 405 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
|
| /ThreadX-v6.3.0/ports_module/cortex_m4/gnu/inc/ |
| D | txm_module_port.h | 401 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u… 405 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
|
| /ThreadX-v6.3.0/ports_module/cortex_m4/iar/inc/ |
| D | txm_module_port.h | 401 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u… 405 …thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
|