Home
last modified time | relevance | path

Searched refs:thread_control_block_size (Results 1 – 7 of 7) sorted by relevance

/ThreadX-v6.2.1/common_modules/module_lib/src/
Dtxm_thread_create.c82 …riority, UINT preempt_threshold, ULONG time_slice, UINT auto_start, UINT thread_control_block_size) in _txe_thread_create() argument
96 extra_parameters[8] = (ALIGN_TYPE) thread_control_block_size; in _txe_thread_create()
/ThreadX-v6.2.1/common/src/
Dtxe_thread_create.c94 ULONG time_slice, UINT auto_start, UINT thread_control_block_size) in _txe_thread_create() argument
122 else if (thread_control_block_size != (sizeof(TX_THREAD))) in _txe_thread_create()
/ThreadX-v6.2.1/common_smp/src/
Dtxe_thread_create.c94 ULONG time_slice, UINT auto_start, UINT thread_control_block_size) in _txe_thread_create() argument
122 else if (thread_control_block_size != (sizeof(TX_THREAD))) in _txe_thread_create()
/ThreadX-v6.2.1/common_modules/module_manager/src/
Dtxm_module_manager_thread_create.c104 UINT thread_control_block_size, TXM_MODULE_INSTANCE *module_instance) in _txm_module_manager_thread_create() argument
134 else if (thread_control_block_size != (sizeof(TX_THREAD))) in _txm_module_manager_thread_create()
/ThreadX-v6.2.1/common_modules/inc/
Dtxm_module.h638 …ULONG time_slice, UINT auto_start, UINT thread_control_block_size, TXM_MODULE_INSTANCE *module_ins…
/ThreadX-v6.2.1/common/inc/
Dtx_api.h1771 ULONG time_slice, UINT auto_start, UINT thread_control_block_size);
1793 ULONG time_slice, UINT auto_start, UINT thread_control_block_size);
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h1798 ULONG time_slice, UINT auto_start, UINT thread_control_block_size);