Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/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.3.0/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.3.0/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.3.0/common_modules/module_manager/src/
Dtxm_module_manager_thread_create.c110 UINT thread_control_block_size, TXM_MODULE_INSTANCE *module_instance) in _txm_module_manager_thread_create() argument
140 else if (thread_control_block_size != (sizeof(TX_THREAD))) in _txm_module_manager_thread_create()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_thread_basic_execution_test.c63 ULONG time_slice, UINT auto_start, UINT thread_control_block_size);
/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_thread_basic_execution_test.c63 ULONG time_slice, UINT auto_start, UINT thread_control_block_size);
/ThreadX-v6.3.0/common_modules/inc/
Dtxm_module.h638 …ULONG time_slice, UINT auto_start, UINT thread_control_block_size, TXM_MODULE_INSTANCE *module_ins…
/ThreadX-v6.3.0/common/inc/
Dtx_api.h1785 ULONG time_slice, UINT auto_start, UINT thread_control_block_size);
1807 ULONG time_slice, UINT auto_start, UINT thread_control_block_size);
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h1812 ULONG time_slice, UINT auto_start, UINT thread_control_block_size);