Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/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.3.0/common_smp/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.3.0/test/tx/regression/
Dthreadx_queue_thread_terminate_test.c132 if (thread_1.tx_thread_state != TX_QUEUE_SUSP) in thread_0_entry()
Dthreadx_queue_prioritize.c306 … if ((thread_1.tx_thread_state != TX_QUEUE_SUSP) || (thread_2.tx_thread_state != TX_QUEUE_SUSP) || in thread_0_entry()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_queue_thread_terminate_test.c132 if (thread_1.tx_thread_state != TX_QUEUE_SUSP) in thread_0_entry()
Dthreadx_queue_prioritize.c306 … if ((thread_1.tx_thread_state != TX_QUEUE_SUSP) || (thread_2.tx_thread_state != TX_QUEUE_SUSP) || in thread_0_entry()
/ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c717 case TX_QUEUE_SUSP: in eTaskGetState()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h193 #define TX_QUEUE_SUSP ((UINT) 5) macro
/ThreadX-v6.3.0/common/inc/
Dtx_api.h192 #define TX_QUEUE_SUSP ((UINT) 5) macro