Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/common_smp/src/
Dtx_queue_cleanup.c168 if (thread_ptr -> tx_thread_state == TX_QUEUE_SUSP) in _tx_queue_cleanup()
Dtx_queue_send.c351 thread_ptr -> tx_thread_state = TX_QUEUE_SUSP; in _tx_queue_send()
Dtx_queue_front_send.c357 thread_ptr -> tx_thread_state = TX_QUEUE_SUSP; in _tx_queue_front_send()
Dtx_queue_receive.c444 thread_ptr -> tx_thread_state = TX_QUEUE_SUSP; in _tx_queue_receive()
/ThreadX-v6.2.1/common/src/
Dtx_queue_cleanup.c168 if (thread_ptr -> tx_thread_state == TX_QUEUE_SUSP) in _tx_queue_cleanup()
Dtx_queue_front_send.c357 thread_ptr -> tx_thread_state = TX_QUEUE_SUSP; in _tx_queue_front_send()
Dtx_queue_send.c351 thread_ptr -> tx_thread_state = TX_QUEUE_SUSP; in _tx_queue_send()
Dtx_queue_receive.c444 thread_ptr -> tx_thread_state = TX_QUEUE_SUSP; in _tx_queue_receive()
/ThreadX-v6.2.1/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c717 case TX_QUEUE_SUSP: in eTaskGetState()
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h185 #define TX_QUEUE_SUSP ((UINT) 5) macro
/ThreadX-v6.2.1/common/inc/
Dtx_api.h184 #define TX_QUEUE_SUSP ((UINT) 5) macro