Home
last modified time | relevance | path

Searched refs:TX_SUSPENDED (Results 1 – 19 of 19) sorted by relevance

/ThreadX-v6.2.1/common_smp/src/
Dtx_thread_reset.c147 thread_ptr -> tx_thread_state = TX_SUSPENDED; in _tx_thread_reset()
156 TX_EL_THREAD_STATUS_CHANGE_INSERT(thread_ptr, TX_SUSPENDED) in _tx_thread_reset()
Dtx_thread_suspend.c131 thread_ptr -> tx_thread_state = TX_SUSPENDED; in _tx_thread_suspend()
184 else if (thread_ptr -> tx_thread_state == TX_SUSPENDED) in _tx_thread_suspend()
Dtx_thread_wait_abort.c120 thread_ptr -> tx_thread_state = TX_SUSPENDED; in _tx_thread_wait_abort()
156 thread_ptr -> tx_thread_state = TX_SUSPENDED; in _tx_thread_wait_abort()
Dtx_thread_resume.c95 if (thread_ptr -> tx_thread_state == TX_SUSPENDED) in _tx_thread_resume()
Dtx_thread_system_resume.c303 thread_ptr -> tx_thread_state = TX_SUSPENDED; in _tx_thread_system_resume()
330 thread_ptr -> tx_thread_state = TX_SUSPENDED; in _tx_thread_system_resume()
Dtx_thread_create.c213 thread_ptr -> tx_thread_state = TX_SUSPENDED; in _tx_thread_create()
Dtx_timer_thread_entry.c506 thread_ptr -> tx_thread_state = TX_SUSPENDED; in _tx_timer_thread_entry()
/ThreadX-v6.2.1/common/src/
Dtx_thread_reset.c147 thread_ptr -> tx_thread_state = TX_SUSPENDED; in _tx_thread_reset()
156 TX_EL_THREAD_STATUS_CHANGE_INSERT(thread_ptr, TX_SUSPENDED) in _tx_thread_reset()
Dtx_thread_wait_abort.c120 thread_ptr -> tx_thread_state = TX_SUSPENDED; in _tx_thread_wait_abort()
156 thread_ptr -> tx_thread_state = TX_SUSPENDED; in _tx_thread_wait_abort()
Dtx_thread_suspend.c135 thread_ptr -> tx_thread_state = TX_SUSPENDED; in _tx_thread_suspend()
188 else if (thread_ptr -> tx_thread_state == TX_SUSPENDED) in _tx_thread_suspend()
305 thread_ptr -> tx_thread_state = TX_SUSPENDED; in _tx_thread_suspend()
308 TX_THREAD_STATE_CHANGE(thread_ptr, TX_SUSPENDED) in _tx_thread_suspend()
826 else if (thread_ptr -> tx_thread_state == TX_SUSPENDED) in _tx_thread_suspend()
Dtx_thread_system_resume.c405 thread_ptr -> tx_thread_state = TX_SUSPENDED; in _tx_thread_system_resume()
445 thread_ptr -> tx_thread_state = TX_SUSPENDED; in _tx_thread_system_resume()
922 thread_ptr -> tx_thread_state = TX_SUSPENDED;
Dtx_thread_create.c199 thread_ptr -> tx_thread_state = TX_SUSPENDED; in _tx_thread_create()
Dtx_timer_thread_entry.c441 thread_ptr -> tx_thread_state = TX_SUSPENDED; in _tx_timer_thread_entry()
Dtx_thread_resume.c121 if (thread_ptr -> tx_thread_state == TX_SUSPENDED) in _tx_thread_resume()
/ThreadX-v6.2.1/common_modules/module_manager/src/
Dtxm_module_manager_thread_reset.c162 thread_ptr -> tx_thread_state = TX_SUSPENDED; in _txm_module_manager_thread_reset()
171 TX_EL_THREAD_STATUS_CHANGE_INSERT(thread_ptr, TX_SUSPENDED) in _txm_module_manager_thread_reset()
Dtxm_module_manager_thread_create.c415 thread_ptr -> tx_thread_state = TX_SUSPENDED; in _txm_module_manager_thread_create()
/ThreadX-v6.2.1/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c712 case TX_SUSPENDED: in eTaskGetState()
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h183 #define TX_SUSPENDED ((UINT) 3) macro
/ThreadX-v6.2.1/common/inc/
Dtx_api.h182 #define TX_SUSPENDED ((UINT) 3) macro