Home
last modified time | relevance | path

Searched refs:TX_NO_SUSPENSIONS (Results 1 – 25 of 56) sorted by relevance

123

/ThreadX-v6.3.0/common/src/
Dtx_queue_flush.c88 suspended_count = TX_NO_SUSPENSIONS; in _tx_queue_flush()
113 if (queue_ptr -> tx_queue_suspended_count != TX_NO_SUSPENSIONS) in _tx_queue_flush()
125 queue_ptr -> tx_queue_suspended_count = TX_NO_SUSPENSIONS; in _tx_queue_flush()
137 if (suspended_count != TX_NO_SUSPENSIONS) in _tx_queue_flush()
Dtx_block_pool_cleanup.c116 if (pool_ptr -> tx_block_pool_suspended_count != TX_NO_SUSPENSIONS) in _tx_block_pool_cleanup()
138 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_block_pool_cleanup()
Dtx_byte_pool_cleanup.c116 if (pool_ptr -> tx_byte_pool_suspended_count != TX_NO_SUSPENSIONS) in _tx_byte_pool_cleanup()
136 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_byte_pool_cleanup()
Dtx_semaphore_cleanup.c117 if (semaphore_ptr -> tx_semaphore_suspended_count != TX_NO_SUSPENSIONS) in _tx_semaphore_cleanup()
139 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_semaphore_cleanup()
Dtx_block_pool_delete.c142 pool_ptr -> tx_block_pool_suspended_count = TX_NO_SUSPENSIONS; in _tx_block_pool_delete()
149 while (suspended_count != TX_NO_SUSPENSIONS) in _tx_block_pool_delete()
Dtx_byte_pool_delete.c146 pool_ptr -> tx_byte_pool_suspended_count = TX_NO_SUSPENSIONS; in _tx_byte_pool_delete()
153 while (suspended_count != TX_NO_SUSPENSIONS) in _tx_byte_pool_delete()
Dtx_event_flags_cleanup.c117 if (group_ptr -> tx_event_flags_group_suspended_count != TX_NO_SUSPENSIONS) in _tx_event_flags_cleanup()
152 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_event_flags_cleanup()
Dtx_event_flags_delete.c142 group_ptr -> tx_event_flags_group_suspended_count = TX_NO_SUSPENSIONS; in _tx_event_flags_delete()
149 while (suspended_count != TX_NO_SUSPENSIONS) in _tx_event_flags_delete()
Dtx_queue_cleanup.c116 if (queue_ptr -> tx_queue_suspended_count != TX_NO_SUSPENSIONS) in _tx_queue_cleanup()
138 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_cleanup()
Dtx_queue_delete.c141 queue_ptr -> tx_queue_suspended_count = TX_NO_SUSPENSIONS; in _tx_queue_delete()
148 while (suspended_count != TX_NO_SUSPENSIONS) in _tx_queue_delete()
Dtx_semaphore_delete.c142 semaphore_ptr -> tx_semaphore_suspended_count = TX_NO_SUSPENSIONS; in _tx_semaphore_delete()
149 while (suspended_count != TX_NO_SUSPENSIONS) in _tx_semaphore_delete()
Dtx_semaphore_put.c112 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_semaphore_put()
150 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_semaphore_put()
Dtx_semaphore_ceiling_put.c118 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_semaphore_ceiling_put()
171 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_semaphore_ceiling_put()
/ThreadX-v6.3.0/common_smp/src/
Dtx_queue_flush.c88 suspended_count = TX_NO_SUSPENSIONS; in _tx_queue_flush()
113 if (queue_ptr -> tx_queue_suspended_count != TX_NO_SUSPENSIONS) in _tx_queue_flush()
125 queue_ptr -> tx_queue_suspended_count = TX_NO_SUSPENSIONS; in _tx_queue_flush()
137 if (suspended_count != TX_NO_SUSPENSIONS) in _tx_queue_flush()
Dtx_block_pool_cleanup.c116 if (pool_ptr -> tx_block_pool_suspended_count != TX_NO_SUSPENSIONS) in _tx_block_pool_cleanup()
138 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_block_pool_cleanup()
Dtx_semaphore_cleanup.c117 if (semaphore_ptr -> tx_semaphore_suspended_count != TX_NO_SUSPENSIONS) in _tx_semaphore_cleanup()
139 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_semaphore_cleanup()
Dtx_byte_pool_cleanup.c116 if (pool_ptr -> tx_byte_pool_suspended_count != TX_NO_SUSPENSIONS) in _tx_byte_pool_cleanup()
136 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_byte_pool_cleanup()
Dtx_block_pool_delete.c142 pool_ptr -> tx_block_pool_suspended_count = TX_NO_SUSPENSIONS; in _tx_block_pool_delete()
149 while (suspended_count != TX_NO_SUSPENSIONS) in _tx_block_pool_delete()
Dtx_event_flags_delete.c142 group_ptr -> tx_event_flags_group_suspended_count = TX_NO_SUSPENSIONS; in _tx_event_flags_delete()
149 while (suspended_count != TX_NO_SUSPENSIONS) in _tx_event_flags_delete()
Dtx_byte_pool_delete.c146 pool_ptr -> tx_byte_pool_suspended_count = TX_NO_SUSPENSIONS; in _tx_byte_pool_delete()
153 while (suspended_count != TX_NO_SUSPENSIONS) in _tx_byte_pool_delete()
Dtx_event_flags_cleanup.c117 if (group_ptr -> tx_event_flags_group_suspended_count != TX_NO_SUSPENSIONS) in _tx_event_flags_cleanup()
152 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_event_flags_cleanup()
Dtx_queue_cleanup.c116 if (queue_ptr -> tx_queue_suspended_count != TX_NO_SUSPENSIONS) in _tx_queue_cleanup()
138 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_cleanup()
Dtx_queue_delete.c141 queue_ptr -> tx_queue_suspended_count = TX_NO_SUSPENSIONS; in _tx_queue_delete()
148 while (suspended_count != TX_NO_SUSPENSIONS) in _tx_queue_delete()
Dtx_semaphore_delete.c142 semaphore_ptr -> tx_semaphore_suspended_count = TX_NO_SUSPENSIONS; in _tx_semaphore_delete()
149 while (suspended_count != TX_NO_SUSPENSIONS) in _tx_semaphore_delete()
Dtx_semaphore_put.c112 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_semaphore_put()
150 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_semaphore_put()

123