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

TX_NO_SUSPENSIONS macro

Syntax

#define TX_NO_SUSPENSIONS ((UINT) 0)

References

LocationText
tx_api.h:152
#define TX_NO_SUSPENSIONS ((UINT) 0)
tx_block_allocate.c:269
if (suspended_count == TX_NO_SUSPENSIONS)
tx_block_pool_cleanup.c:116
if (pool_ptr -> tx_block_pool_suspended_count != TX_NO_SUSPENSIONS)
tx_block_pool_cleanup.c:138
if (suspended_count == TX_NO_SUSPENSIONS)
tx_block_pool_delete.c:142
pool_ptr -> tx_block_pool_suspended_count = TX_NO_SUSPENSIONS;
tx_block_pool_delete.c:149
while (suspended_count != TX_NO_SUSPENSIONS)
tx_block_release.c:129
if (suspended_count == TX_NO_SUSPENSIONS)
tx_byte_allocate.c:309
if (suspended_count == TX_NO_SUSPENSIONS)
tx_byte_pool_cleanup.c:116
if (pool_ptr -> tx_byte_pool_suspended_count != TX_NO_SUSPENSIONS)
tx_byte_pool_cleanup.c:136
if (suspended_count == TX_NO_SUSPENSIONS)
tx_byte_pool_delete.c:146
pool_ptr -> tx_byte_pool_suspended_count = TX_NO_SUSPENSIONS;
tx_byte_pool_delete.c:153
while (suspended_count != TX_NO_SUSPENSIONS)
tx_byte_release.c:216
if (pool_ptr -> tx_byte_pool_suspended_count != TX_NO_SUSPENSIONS)
tx_byte_release.c:221
while (pool_ptr -> tx_byte_pool_suspended_count != TX_NO_SUSPENSIONS)
tx_byte_release.c:270
if (suspended_count == TX_NO_SUSPENSIONS)
tx_event_flags_cleanup.c:117
if (group_ptr -> tx_event_flags_group_suspended_count != TX_NO_SUSPENSIONS)
tx_event_flags_cleanup.c:152
if (suspended_count == TX_NO_SUSPENSIONS)
tx_event_flags_delete.c:142
tx_event_flags_delete.c:149
while (suspended_count != TX_NO_SUSPENSIONS)
tx_event_flags_get.c:236
if (group_ptr -> tx_event_flags_group_suspended_count != TX_NO_SUSPENSIONS)
tx_event_flags_get.c:330
if (suspended_count == TX_NO_SUSPENSIONS)
tx_event_flags_set.c:138
if (group_ptr -> tx_event_flags_group_suspended_count != TX_NO_SUSPENSIONS)
tx_event_flags_set.c:287
tx_event_flags_set.c:519
} while (suspended_count != TX_NO_SUSPENSIONS);
tx_event_flags_set.c:587
if (group_ptr -> tx_event_flags_group_suspended_count != TX_NO_SUSPENSIONS)
tx_mutex_cleanup.c:116
if (mutex_ptr -> tx_mutex_suspended_count != TX_NO_SUSPENSIONS)
tx_mutex_cleanup.c:138
if (suspended_count == TX_NO_SUSPENSIONS)
tx_mutex_delete.c:146
mutex_ptr -> tx_mutex_suspended_count = TX_NO_SUSPENSIONS;
tx_mutex_get.c:262
if (mutex_ptr -> tx_mutex_suspended_count == TX_NO_SUSPENSIONS)
tx_mutex_put.c:481
if (suspended_count == TX_NO_SUSPENSIONS)
tx_mutex_put.c:584
if (mutex_ptr -> tx_mutex_suspended_count != TX_NO_SUSPENSIONS)
tx_queue_cleanup.c:116
if (queue_ptr -> tx_queue_suspended_count != TX_NO_SUSPENSIONS)
tx_queue_cleanup.c:138
if (suspended_count == TX_NO_SUSPENSIONS)
tx_queue_delete.c:141
queue_ptr -> tx_queue_suspended_count = TX_NO_SUSPENSIONS;
tx_queue_delete.c:148
while (suspended_count != TX_NO_SUSPENSIONS)
tx_queue_flush.c:88
suspended_count = TX_NO_SUSPENSIONS;
tx_queue_flush.c:113
if (queue_ptr -> tx_queue_suspended_count != TX_NO_SUSPENSIONS)
tx_queue_flush.c:125
queue_ptr -> tx_queue_suspended_count = TX_NO_SUSPENSIONS;
tx_queue_flush.c:137
if (suspended_count != TX_NO_SUSPENSIONS)
tx_queue_front_send.c:128
if (suspended_count == TX_NO_SUSPENSIONS)
tx_queue_front_send.c:198
if (suspended_count == TX_NO_SUSPENSIONS)
tx_queue_front_send.c:327
if (suspended_count == TX_NO_SUSPENSIONS)
tx_queue_receive.c:127
if (suspended_count == TX_NO_SUSPENSIONS)
tx_queue_receive.c:191
if (suspended_count == TX_NO_SUSPENSIONS)
tx_queue_receive.c:315
if (suspended_count == TX_NO_SUSPENSIONS)
tx_queue_receive.c:419
if (suspended_count == TX_NO_SUSPENSIONS)
tx_queue_send.c:129
if (suspended_count == TX_NO_SUSPENSIONS)
tx_queue_send.c:194
if (suspended_count == TX_NO_SUSPENSIONS)
tx_queue_send.c:326
if (suspended_count == TX_NO_SUSPENSIONS)
tx_semaphore_ceiling_put.c:118
if (suspended_count == TX_NO_SUSPENSIONS)
tx_semaphore_ceiling_put.c:171
if (suspended_count == TX_NO_SUSPENSIONS)
tx_semaphore_cleanup.c:117
if (semaphore_ptr -> tx_semaphore_suspended_count != TX_NO_SUSPENSIONS)
tx_semaphore_cleanup.c:139
if (suspended_count == TX_NO_SUSPENSIONS)
tx_semaphore_delete.c:142
tx_semaphore_delete.c:149
while (suspended_count != TX_NO_SUSPENSIONS)
tx_semaphore_get.c:165
if (semaphore_ptr -> tx_semaphore_suspended_count == TX_NO_SUSPENSIONS)
tx_semaphore_put.c:112
if (suspended_count == TX_NO_SUSPENSIONS)
tx_semaphore_put.c:150
if (suspended_count == TX_NO_SUSPENSIONS)