Home
last modified time | relevance | path

Searched refs:thread_entry_info (Results 1 – 25 of 34) sorted by relevance

12

/ThreadX-v6.4.1/common_modules/module_manager/src/
Dtxm_module_manager_thread_reset.c78 TXM_MODULE_THREAD_ENTRY_INFO *thread_entry_info; in _txm_module_manager_thread_reset() local
143thread_entry_info = (TXM_MODULE_THREAD_ENTRY_INFO *) (((UCHAR *) thread_ptr -> tx_thread_stack_en… in _txm_module_manager_thread_reset()
144thread_entry_info = (TXM_MODULE_THREAD_ENTRY_INFO *) (((ALIGN_TYPE)(thread_entry_info)) & (~0x3)); in _txm_module_manager_thread_reset()
150 thread_ptr -> tx_thread_stack_ptr = (VOID *) thread_entry_info; in _txm_module_manager_thread_reset()
Dtxm_module_manager_thread_create.c126 TXM_MODULE_THREAD_ENTRY_INFO *thread_entry_info; in _txm_module_manager_thread_create() local
442thread_entry_info = (TXM_MODULE_THREAD_ENTRY_INFO *) (((UCHAR *) thread_ptr -> tx_thread_stack_en… in _txm_module_manager_thread_create()
443thread_entry_info = (TXM_MODULE_THREAD_ENTRY_INFO *) (((ALIGN_TYPE)(thread_entry_info)) & (~0x3)); in _txm_module_manager_thread_create()
446 thread_entry_info -> txm_module_thread_entry_info_thread = thread_ptr; in _txm_module_manager_thread_create()
447 thread_entry_info -> txm_module_thread_entry_info_module = module_instance; in _txm_module_manager_thread_create()
448thread_entry_info -> txm_module_thread_entry_info_data_base_address = module_instance -> tx… in _txm_module_manager_thread_create()
449thread_entry_info -> txm_module_thread_entry_info_code_base_address = module_instance -> tx… in _txm_module_manager_thread_create()
450thread_entry_info -> txm_module_thread_entry_info_entry = thread_ptr -> tx_thre… in _txm_module_manager_thread_create()
451thread_entry_info -> txm_module_thread_entry_info_parameter = thread_ptr -> tx_thre… in _txm_module_manager_thread_create()
452thread_entry_info -> txm_module_thread_entry_info_callback_request_queue = &(module_instance -> … in _txm_module_manager_thread_create()
[all …]
/ThreadX-v6.4.1/ports_module/cortex_r4/iar/inc/
Dtxm_module_port.h291thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u…
295thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
/ThreadX-v6.4.1/ports_module/cortex_m23/ac6/inc/
Dtxm_module_port.h302thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u…
306thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
/ThreadX-v6.4.1/ports_module/cortex_m23/gnu/inc/
Dtxm_module_port.h292thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u…
296thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
/ThreadX-v6.4.1/ports_module/rxv2/iar/inc/
Dtxm_module_port.h315 …*(ULONG*)&(thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher) = …
320 …*(ULONG*)&(thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher) = …
/ThreadX-v6.4.1/ports_module/cortex_m33/ac6/inc/
Dtxm_module_port.h302thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u…
306thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
/ThreadX-v6.4.1/ports_module/cortex_m33/gnu/inc/
Dtxm_module_port.h296thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u…
300thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
/ThreadX-v6.4.1/ports_module/cortex_m33/iar/inc/
Dtxm_module_port.h297thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u…
301thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
/ThreadX-v6.4.1/ports_module/cortex_r4/ac6/inc/
Dtxm_module_port.h309thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u…
313thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
/ThreadX-v6.4.1/ports_module/cortex_m23/iar/inc/
Dtxm_module_port.h295thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u…
299thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
/ThreadX-v6.4.1/ports_module/cortex_a7/gnu/inc/
Dtxm_module_port.h358thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u…
362thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
/ThreadX-v6.4.1/ports_module/cortex_a7/ac5/inc/
Dtxm_module_port.h355thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u…
359thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
/ThreadX-v6.4.1/ports_module/cortex_a7/iar/inc/
Dtxm_module_port.h369thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u…
373thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
/ThreadX-v6.4.1/ports_module/cortex_m0+/ac6/inc/
Dtxm_module_port.h312thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u…
316thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
/ThreadX-v6.4.1/ports_module/cortex_m0+/gnu/inc/
Dtxm_module_port.h312thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u…
316thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
/ThreadX-v6.4.1/ports_module/cortex_m0+/iar/inc/
Dtxm_module_port.h312thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u…
316thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
/ThreadX-v6.4.1/ports_module/cortex_m7/ac6/inc/
Dtxm_module_port.h400thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u…
404thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
/ThreadX-v6.4.1/ports_module/cortex_m7/gnu/inc/
Dtxm_module_port.h400thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u…
404thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
/ThreadX-v6.4.1/ports_module/cortex_m7/iar/inc/
Dtxm_module_port.h400thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u…
404thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
/ThreadX-v6.4.1/ports_module/cortex_m4/ac5/inc/
Dtxm_module_port.h400thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u…
404thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
/ThreadX-v6.4.1/ports_module/cortex_m4/ac6/inc/
Dtxm_module_port.h400thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u…
404thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
/ThreadX-v6.4.1/ports_module/cortex_m4/gnu/inc/
Dtxm_module_port.h400thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u…
404thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
/ThreadX-v6.4.1/ports_module/cortex_m4/iar/inc/
Dtxm_module_port.h400thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u…
404thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…
/ThreadX-v6.4.1/ports_module/cortex_m3/ac6/inc/
Dtxm_module_port.h400thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_u…
404thread_entry_info -> txm_module_thread_entry_info_kernel_call_dispatcher = _txm_module_manager_k…

12