TX_DELETED is only used within threadx.
 
Symbols
loading...
Files
loading...

TX_DELETED macro

Syntax

#define TX_DELETED ((UINT) 0x01)

References

LocationText
tx_api.h:181
#define TX_DELETED ((UINT) 0x01)
tx_block_pool_delete.c:163
thread_ptr -> tx_thread_suspend_status = TX_DELETED;
tx_byte_pool_delete.c:167
thread_ptr -> tx_thread_suspend_status = TX_DELETED;
tx_event_flags_delete.c:163
thread_ptr -> tx_thread_suspend_status = TX_DELETED;
tx_mutex_delete.c:199
thread_ptr -> tx_thread_suspend_status = TX_DELETED;
tx_queue_delete.c:162
thread_ptr -> tx_thread_suspend_status = TX_DELETED;
tx_semaphore_delete.c:163
thread_ptr -> tx_thread_suspend_status = TX_DELETED;