TX_THREAD_STRUCT::tx_thread_suspension_sequence is only used within threadx.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesthreadxTX_THREAD_STRUCT::tx_thread_suspension_sequence

TX_THREAD_STRUCT::tx_thread_suspension_sequence field

Syntax

ULONG tx_thread_suspension_sequence;

References

LocationReferrerText
tx_api.h:531
ULONG tx_thread_suspension_sequence;
tx_block_allocate.c:259_tx_block_allocate()
thread_ptr -> tx_thread_suspension_sequence++;
tx_block_pool_cleanup.c:101_tx_block_pool_cleanup()
if (suspension_sequence == thread_ptr -> tx_thread_suspension_sequence)
tx_byte_allocate.c:299_tx_byte_allocate()
thread_ptr -> tx_thread_suspension_sequence++;
tx_byte_pool_cleanup.c:101_tx_byte_pool_cleanup()
if (suspension_sequence == thread_ptr -> tx_thread_suspension_sequence)
tx_event_flags_cleanup.c:102_tx_event_flags_cleanup()
if (suspension_sequence == thread_ptr -> tx_thread_suspension_sequence)
tx_event_flags_get.c:323_tx_event_flags_get()
thread_ptr -> tx_thread_suspension_sequence++;
tx_mutex_cleanup.c:101_tx_mutex_cleanup()
if (suspension_sequence == thread_ptr -> tx_thread_suspension_sequence)
tx_mutex_get.c:258_tx_mutex_get()
thread_ptr -> tx_thread_suspension_sequence++;
tx_queue_cleanup.c:101_tx_queue_cleanup()
if (suspension_sequence == thread_ptr -> tx_thread_suspension_sequence)
tx_queue_front_send.c:322_tx_queue_front_send()
thread_ptr -> tx_thread_suspension_sequence++;
tx_queue_receive.c:415_tx_queue_receive()
thread_ptr -> tx_thread_suspension_sequence++;
tx_queue_send.c:322_tx_queue_send()
thread_ptr -> tx_thread_suspension_sequence++;
tx_semaphore_cleanup.c:102_tx_semaphore_cleanup()
if (suspension_sequence == thread_ptr -> tx_thread_suspension_sequence)
tx_semaphore_get.c:161_tx_semaphore_get()
thread_ptr -> tx_thread_suspension_sequence++;
tx_thread_terminate.c:215_tx_thread_terminate()
suspension_sequence = thread_ptr -> tx_thread_suspension_sequence;
tx_thread_timeout.c:139_tx_thread_timeout()
suspension_sequence = thread_ptr -> tx_thread_suspension_sequence;
tx_thread_wait_abort.c:150_tx_thread_wait_abort()
suspension_sequence = thread_ptr -> tx_thread_suspension_sequence;

Data Use

Type of TX_THREAD_STRUCT::tx_thread_suspension_sequence
TX_THREAD_STRUCT::tx_thread_suspension_sequence
all items filtered out