Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/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.2.1/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.c95 ULONG time_slice, UINT auto_start) in _tx_thread_create() argument
273 if (auto_start == TX_AUTO_START) in _tx_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
262 else if (auto_start > TX_AUTO_START) in _txe_thread_create()
307 time_slice, auto_start); in _txe_thread_create()
Dtx_thread_create.c97 ULONG time_slice, UINT auto_start) in _tx_thread_create() argument
287 if (auto_start == TX_AUTO_START) in _tx_thread_create()
/ThreadX-v6.2.1/common_modules/module_manager/src/
Dtxm_module_manager_thread_create.c103 ULONG time_slice, UINT auto_start, in _txm_module_manager_thread_create() argument
237 if (auto_start > TX_AUTO_START) in _txm_module_manager_thread_create()
530 if (auto_start == TX_AUTO_START) in _txm_module_manager_thread_create()
642 if (auto_start == TX_AUTO_START) in _txm_module_manager_thread_create()
/ThreadX-v6.2.1/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.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.h1734 ULONG time_slice, UINT auto_start);
1771 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.h1761 ULONG time_slice, UINT auto_start);
1798 ULONG time_slice, UINT auto_start, UINT thread_control_block_size);