Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common_modules/module_lib/src/
Dtxm_thread_create.c82 …ck_size, UINT priority, UINT preempt_threshold, ULONG time_slice, UINT auto_start, UINT thread_con… in _txe_thread_create() argument
95 extra_parameters[7] = (ALIGN_TYPE) auto_start; 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
262 else if (auto_start > TX_AUTO_START) in _txe_thread_create()
307 time_slice, auto_start); in _txe_thread_create()
Dtx_thread_create.c99 ULONG time_slice, UINT auto_start) in _tx_thread_create() argument
288 if (auto_start == TX_AUTO_START) in _tx_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
262 else if (auto_start > TX_AUTO_START) in _txe_thread_create()
307 time_slice, auto_start); in _txe_thread_create()
Dtx_thread_create.c101 ULONG time_slice, UINT auto_start) in _tx_thread_create() argument
302 if (auto_start == TX_AUTO_START) in _tx_thread_create()
/ThreadX-v6.3.0/common_modules/module_manager/src/
Dtxm_module_manager_thread_create.c109 ULONG time_slice, UINT auto_start, in _txm_module_manager_thread_create() argument
243 if (auto_start > TX_AUTO_START) in _txm_module_manager_thread_create()
547 if (auto_start == TX_AUTO_START) in _txm_module_manager_thread_create()
659 if (auto_start == TX_AUTO_START) 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/utility/rtos_compatibility_layers/OSEK/
Dos.h796 UINT auto_start; member
Dtx_osek.c4718 this_alarm->auto_start = TX_TRUE; in CreateAlarm()
4731 if (this_alarm->auto_start != 0u) in CreateAlarm()
6564 alarm_ptr->auto_start = 0u; in osek_reset_alarm()
/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.h1748 ULONG time_slice, UINT auto_start);
1785 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.h1775 ULONG time_slice, UINT auto_start);
1812 ULONG time_slice, UINT auto_start, UINT thread_control_block_size);