Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/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.3.0/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.c97 …_create(TX_THREAD *thread_ptr, CHAR *name_ptr, VOID (*entry_function)(ULONG id), ULONG entry_input, in _tx_thread_create() argument
174 thread_ptr -> tx_thread_entry_parameter = entry_input; in _tx_thread_create()
/ThreadX-v6.3.0/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.c99 VOID (*entry_function)(ULONG id), ULONG entry_input, in _tx_thread_create() argument
167 thread_ptr -> tx_thread_entry_parameter = entry_input; in _tx_thread_create()
/ThreadX-v6.3.0/common_modules/module_manager/src/
Dtxm_module_manager_thread_create.c107 VOID (*entry_function)(ULONG id), ULONG entry_input, in _txm_module_manager_thread_create() argument
367 thread_ptr -> tx_thread_entry_parameter = entry_input; in _txm_module_manager_thread_create()
/ThreadX-v6.3.0/common/inc/
Dtx_api.h1745 VOID (*entry_function)(ULONG entry_input), ULONG entry_input,
1782 VOID (*entry_function)(ULONG entry_input), ULONG entry_input,
1804 VOID (*entry_function)(ULONG entry_input), ULONG entry_input,
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_thread_basic_execution_test.c60 VOID (*entry_function)(ULONG), ULONG entry_input,
/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_thread_basic_execution_test.c60 VOID (*entry_function)(ULONG), ULONG entry_input,
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h1772 VOID (*entry_function)(ULONG entry_input), ULONG entry_input,
1809 VOID (*entry_function)(ULONG entry_input), ULONG entry_input,
/ThreadX-v6.3.0/common_modules/inc/
Dtxm_module.h636 VOID (*entry_function)(ULONG), ULONG entry_input,
/ThreadX-v6.3.0/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()