Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_thread_create.c81 …AD *thread_ptr, CHAR *name_ptr, VOID (*entry_function)(ULONG entry_input), ULONG entry_input, VOID… in _txe_thread_create() argument
88 extra_parameters[1] = (ALIGN_TYPE) entry_input; in _txe_thread_create()
/ThreadX-v6.4.1/common/src/
Dtxe_thread_create.c90 VOID (*entry_function)(ULONG id), ULONG entry_input, in _txe_thread_create() argument
304 status = _tx_thread_create(thread_ptr, name_ptr, entry_function, entry_input, in _txe_thread_create()
Dtx_thread_create.c96 …_create(TX_THREAD *thread_ptr, CHAR *name_ptr, VOID (*entry_function)(ULONG id), ULONG entry_input, in _tx_thread_create() argument
173 thread_ptr -> tx_thread_entry_parameter = entry_input; in _tx_thread_create()
/ThreadX-v6.4.1/common_smp/src/
Dtxe_thread_create.c90 VOID (*entry_function)(ULONG id), ULONG entry_input, in _txe_thread_create() argument
304 status = _tx_thread_create(thread_ptr, name_ptr, entry_function, entry_input, in _txe_thread_create()
Dtx_thread_create.c98 VOID (*entry_function)(ULONG id), ULONG entry_input, in _tx_thread_create() argument
166 thread_ptr -> tx_thread_entry_parameter = entry_input; in _tx_thread_create()
/ThreadX-v6.4.1/common_modules/module_manager/src/
Dtxm_module_manager_thread_create.c106 VOID (*entry_function)(ULONG id), ULONG entry_input, in _txm_module_manager_thread_create() argument
366 thread_ptr -> tx_thread_entry_parameter = entry_input; in _txm_module_manager_thread_create()
/ThreadX-v6.4.1/common/inc/
Dtx_api.h1750 VOID (*entry_function)(ULONG entry_input), ULONG entry_input,
1787 VOID (*entry_function)(ULONG entry_input), ULONG entry_input,
1809 VOID (*entry_function)(ULONG entry_input), ULONG entry_input,
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_thread_basic_execution_test.c60 VOID (*entry_function)(ULONG), ULONG entry_input,
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_thread_basic_execution_test.c60 VOID (*entry_function)(ULONG), ULONG entry_input,
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h1777 VOID (*entry_function)(ULONG entry_input), ULONG entry_input,
1814 VOID (*entry_function)(ULONG entry_input), ULONG entry_input,
/ThreadX-v6.4.1/common_modules/inc/
Dtxm_module.h635 VOID (*entry_function)(ULONG), ULONG entry_input,
/ThreadX-v6.4.1/common_modules/module_manager/inc/
Dtxm_module_manager_dispatch.h2041 (VOID (*)(ULONG entry_input)) extra_parameters[0], in _txm_module_manager_tx_thread_create_dispatch()