Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_thread_create.c81 …riority, UINT preempt_threshold, ULONG time_slice, UINT auto_start, UINT thread_control_block_size) in _txe_thread_create() argument
95 extra_parameters[8] = (ALIGN_TYPE) thread_control_block_size; in _txe_thread_create()
/ThreadX-v6.4.1/common/src/
Dtxe_thread_create.c93 ULONG time_slice, UINT auto_start, UINT thread_control_block_size) in _txe_thread_create() argument
121 else if (thread_control_block_size != (sizeof(TX_THREAD))) in _txe_thread_create()
/ThreadX-v6.4.1/common_smp/src/
Dtxe_thread_create.c93 ULONG time_slice, UINT auto_start, UINT thread_control_block_size) in _txe_thread_create() argument
121 else if (thread_control_block_size != (sizeof(TX_THREAD))) in _txe_thread_create()
/ThreadX-v6.4.1/common_modules/module_manager/src/
Dtxm_module_manager_thread_create.c109 UINT thread_control_block_size, TXM_MODULE_INSTANCE *module_instance) in _txm_module_manager_thread_create() argument
139 else if (thread_control_block_size != (sizeof(TX_THREAD))) in _txm_module_manager_thread_create()
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_thread_basic_execution_test.c63 ULONG time_slice, UINT auto_start, UINT thread_control_block_size);
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_thread_basic_execution_test.c63 ULONG time_slice, UINT auto_start, UINT thread_control_block_size);
/ThreadX-v6.4.1/common_modules/inc/
Dtxm_module.h637 …ULONG time_slice, UINT auto_start, UINT thread_control_block_size, TXM_MODULE_INSTANCE *module_ins…
/ThreadX-v6.4.1/common/inc/
Dtx_api.h1790 ULONG time_slice, UINT auto_start, UINT thread_control_block_size);
1812 ULONG time_slice, UINT auto_start, UINT thread_control_block_size);
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h1817 ULONG time_slice, UINT auto_start, UINT thread_control_block_size);