Searched refs:TX_DONT_START (Results 1 – 8 of 8) sorted by relevance
| /ThreadX-v6.2.1/common_modules/module_manager/src/ |
| D | txm_module_manager_start.c | 161 TX_DONT_START, in _txm_module_manager_start() 190 TX_DONT_START, in _txm_module_manager_start()
|
| /ThreadX-v6.2.1/common/src/ |
| D | tx_timer_initialize.c | 262 … _tx_timer_priority, _tx_timer_priority, TX_NO_TIME_SLICE, TX_DONT_START); in _tx_timer_initialize()
|
| /ThreadX-v6.2.1/common_smp/src/ |
| D | tx_timer_initialize.c | 270 … _tx_timer_priority, _tx_timer_priority, TX_NO_TIME_SLICE, TX_DONT_START); in _tx_timer_initialize()
|
| /ThreadX-v6.2.1/utility/benchmarks/thread_metric/threadx_example/ |
| D | tm_porting_layer_threadx.c | 142 (UINT) priority, (UINT) priority, TX_NO_TIME_SLICE, TX_DONT_START); in tm_thread_create()
|
| /ThreadX-v6.2.1/utility/rtos_compatibility_layers/FreeRTOS/ |
| D | tx_freertos.c | 365 puxStackBuffer, stack_depth_bytes, prio, prio, 0u, TX_DONT_START); in xTaskCreateStatic() 447 p_stack, stack_depth_bytes, prio, prio, 0u, TX_DONT_START); in xTaskCreate()
|
| /ThreadX-v6.2.1/utility/rtos_compatibility_layers/OSEK/ |
| D | tx_osek.c | 6849 TX_DONT_START); in osek_do_task_terminate() 7123 … TX_DONT_START); /* All threads implementing an OSEK TASK are created in SUSPENDED state. */ in osek_create_task()
|
| /ThreadX-v6.2.1/common_smp/inc/ |
| D | tx_api.h | 161 #define TX_DONT_START ((UINT) 0) macro
|
| /ThreadX-v6.2.1/common/inc/ |
| D | tx_api.h | 160 #define TX_DONT_START ((UINT) 0) macro
|