Home
last modified time | relevance | path

Searched refs:_tx_queue_cleanup (Results 1 – 10 of 10) sorted by relevance

/ThreadX-v6.2.1/common_smp/src/
Dtx_queue_cleanup.c78 VOID _tx_queue_cleanup(TX_THREAD *thread_ptr, ULONG suspension_sequence) in _tx_queue_cleanup() function
97 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_queue_cleanup)) in _tx_queue_cleanup()
Dtx_queue_send.c310 thread_ptr -> tx_thread_suspend_cleanup = &(_tx_queue_cleanup); in _tx_queue_send()
Dtx_queue_front_send.c308 thread_ptr -> tx_thread_suspend_cleanup = &(_tx_queue_cleanup); in _tx_queue_front_send()
Dtx_queue_receive.c403 thread_ptr -> tx_thread_suspend_cleanup = &(_tx_queue_cleanup); in _tx_queue_receive()
/ThreadX-v6.2.1/common/src/
Dtx_queue_cleanup.c78 VOID _tx_queue_cleanup(TX_THREAD *thread_ptr, ULONG suspension_sequence) in _tx_queue_cleanup() function
97 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_queue_cleanup)) in _tx_queue_cleanup()
Dtx_queue_front_send.c308 thread_ptr -> tx_thread_suspend_cleanup = &(_tx_queue_cleanup); in _tx_queue_front_send()
Dtx_queue_send.c310 thread_ptr -> tx_thread_suspend_cleanup = &(_tx_queue_cleanup); in _tx_queue_send()
Dtx_queue_receive.c403 thread_ptr -> tx_thread_suspend_cleanup = &(_tx_queue_cleanup); in _tx_queue_receive()
/ThreadX-v6.2.1/common/inc/
Dtx_queue.h106 VOID _tx_queue_cleanup(TX_THREAD *thread_ptr, ULONG suspension_sequence);
/ThreadX-v6.2.1/common_smp/inc/
Dtx_queue.h106 VOID _tx_queue_cleanup(TX_THREAD *thread_ptr, ULONG suspension_sequence);