| /ThreadX-v6.4.1/common_modules/module_lib/src/ |
| D | txm_thread_create.c | 81 …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/ |
| D | txe_thread_create.c | 93 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()
|
| D | tx_thread_create.c | 98 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/ |
| D | txe_thread_create.c | 93 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()
|
| D | tx_thread_create.c | 100 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/ |
| D | txm_module_manager_thread_create.c | 108 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/ |
| D | threadx_thread_basic_execution_test.c | 63 ULONG time_slice, UINT auto_start, UINT thread_control_block_size);
|
| /ThreadX-v6.4.1/test/tx/regression/ |
| D | threadx_thread_basic_execution_test.c | 63 ULONG time_slice, UINT auto_start, UINT thread_control_block_size);
|
| /ThreadX-v6.4.1/utility/rtos_compatibility_layers/OSEK/ |
| D | os.h | 795 UINT auto_start; member
|
| D | tx_osek.c | 4717 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/ |
| D | txm_module.h | 637 …ULONG time_slice, UINT auto_start, UINT thread_control_block_size, TXM_MODULE_INSTANCE *module_ins…
|
| /ThreadX-v6.4.1/common/inc/ |
| D | tx_api.h | 1753 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/ |
| D | tx_api.h | 1780 ULONG time_slice, UINT auto_start); 1817 ULONG time_slice, UINT auto_start, UINT thread_control_block_size);
|