| /ThreadX-v6.3.0/common_modules/module_lib/src/ |
| D | txm_thread_create.c | 82 …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/ |
| D | txe_thread_create.c | 94 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()
|
| D | tx_thread_create.c | 99 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/ |
| D | txe_thread_create.c | 94 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()
|
| D | tx_thread_create.c | 101 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/ |
| D | txm_module_manager_thread_create.c | 109 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/ |
| D | threadx_thread_basic_execution_test.c | 63 ULONG time_slice, UINT auto_start, UINT thread_control_block_size);
|
| /ThreadX-v6.3.0/test/tx/regression/ |
| D | threadx_thread_basic_execution_test.c | 63 ULONG time_slice, UINT auto_start, UINT thread_control_block_size);
|
| /ThreadX-v6.3.0/utility/rtos_compatibility_layers/OSEK/ |
| D | os.h | 796 UINT auto_start; member
|
| D | tx_osek.c | 4718 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/ |
| D | txm_module.h | 638 …ULONG time_slice, UINT auto_start, UINT thread_control_block_size, TXM_MODULE_INSTANCE *module_ins…
|
| /ThreadX-v6.3.0/common/inc/ |
| D | tx_api.h | 1748 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/ |
| D | tx_api.h | 1775 ULONG time_slice, UINT auto_start); 1812 ULONG time_slice, UINT auto_start, UINT thread_control_block_size);
|