Home
last modified time | relevance | path

Searched refs:auto_start (Results 1 – 13 of 13) sorted by relevance

/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_thread_create.c81 …ck_size, UINT priority, UINT preempt_threshold, ULONG time_slice, UINT auto_start, UINT thread_con… in _txe_thread_create() argument
94 extra_parameters[7] = (ALIGN_TYPE) auto_start; 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
261 else if (auto_start > TX_AUTO_START) in _txe_thread_create()
306 time_slice, auto_start); in _txe_thread_create()
Dtx_thread_create.c98 ULONG time_slice, UINT auto_start) in _tx_thread_create() argument
287 if (auto_start == TX_AUTO_START) in _tx_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
261 else if (auto_start > TX_AUTO_START) in _txe_thread_create()
306 time_slice, auto_start); in _txe_thread_create()
Dtx_thread_create.c100 ULONG time_slice, UINT auto_start) in _tx_thread_create() argument
301 if (auto_start == TX_AUTO_START) in _tx_thread_create()
/ThreadX-v6.4.1/common_modules/module_manager/src/
Dtxm_module_manager_thread_create.c108 ULONG time_slice, UINT auto_start, in _txm_module_manager_thread_create() argument
242 if (auto_start > TX_AUTO_START) in _txm_module_manager_thread_create()
546 if (auto_start == TX_AUTO_START) in _txm_module_manager_thread_create()
658 if (auto_start == TX_AUTO_START) 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/utility/rtos_compatibility_layers/OSEK/
Dos.h795 UINT auto_start; member
Dtx_osek.c4717 this_alarm->auto_start = TX_TRUE; in CreateAlarm()
4730 if (this_alarm->auto_start != 0u) in CreateAlarm()
6563 alarm_ptr->auto_start = 0u; in osek_reset_alarm()
/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.h1753 ULONG time_slice, UINT auto_start);
1790 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.h1780 ULONG time_slice, UINT auto_start);
1817 ULONG time_slice, UINT auto_start, UINT thread_control_block_size);