Home
last modified time | relevance | path

Searched refs:entry_input (Results 1 – 10 of 10) sorted by relevance

/ThreadX-v6.2.1/common_modules/module_lib/src/
Dtxm_thread_create.c82 …AD *thread_ptr, CHAR *name_ptr, VOID (*entry_function)(ULONG entry_input), ULONG entry_input, VOID… in _txe_thread_create() argument
89 extra_parameters[1] = (ALIGN_TYPE) entry_input; in _txe_thread_create()
/ThreadX-v6.2.1/common/src/
Dtxe_thread_create.c91 VOID (*entry_function)(ULONG id), ULONG entry_input, in _txe_thread_create() argument
305 status = _tx_thread_create(thread_ptr, name_ptr, entry_function, entry_input, in _txe_thread_create()
Dtx_thread_create.c93 …_create(TX_THREAD *thread_ptr, CHAR *name_ptr, VOID (*entry_function)(ULONG id), ULONG entry_input, in _tx_thread_create() argument
159 thread_ptr -> tx_thread_entry_parameter = entry_input; in _tx_thread_create()
/ThreadX-v6.2.1/common_smp/src/
Dtxe_thread_create.c91 VOID (*entry_function)(ULONG id), ULONG entry_input, in _txe_thread_create() argument
305 status = _tx_thread_create(thread_ptr, name_ptr, entry_function, entry_input, in _txe_thread_create()
Dtx_thread_create.c95 VOID (*entry_function)(ULONG id), ULONG entry_input, in _tx_thread_create() argument
152 thread_ptr -> tx_thread_entry_parameter = entry_input; in _tx_thread_create()
/ThreadX-v6.2.1/common_modules/module_manager/src/
Dtxm_module_manager_thread_create.c101 VOID (*entry_function)(ULONG id), ULONG entry_input, in _txm_module_manager_thread_create() argument
350 thread_ptr -> tx_thread_entry_parameter = entry_input; in _txm_module_manager_thread_create()
/ThreadX-v6.2.1/common/inc/
Dtx_api.h1731 VOID (*entry_function)(ULONG entry_input), ULONG entry_input,
1768 VOID (*entry_function)(ULONG entry_input), ULONG entry_input,
1790 VOID (*entry_function)(ULONG entry_input), ULONG entry_input,
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h1758 VOID (*entry_function)(ULONG entry_input), ULONG entry_input,
1795 VOID (*entry_function)(ULONG entry_input), ULONG entry_input,
/ThreadX-v6.2.1/common_modules/inc/
Dtxm_module.h636 VOID (*entry_function)(ULONG), ULONG entry_input,
/ThreadX-v6.2.1/common_modules/module_manager/inc/
Dtxm_module_manager_dispatch.h2042 (VOID (*)(ULONG entry_input)) extra_parameters[0], in _txm_module_manager_tx_thread_create_dispatch()