/ThreadX-v6.2.1/common_smp/src/ |
D | tx_queue_flush.c | 83 UINT suspended_count; in _tx_queue_flush() local 88 suspended_count = TX_NO_SUSPENSIONS; in _tx_queue_flush() 121 suspended_count = queue_ptr -> tx_queue_suspended_count; in _tx_queue_flush() 137 if (suspended_count != TX_NO_SUSPENSIONS) in _tx_queue_flush() 142 while (suspended_count != ((ULONG) 0)) in _tx_queue_flush() 146 suspended_count--; in _tx_queue_flush()
|
D | tx_semaphore_put.c | 85 UINT suspended_count; in _tx_semaphore_put() local 109 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_put() 112 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_semaphore_put() 149 suspended_count--; in _tx_semaphore_put() 150 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_semaphore_put() 174 semaphore_ptr -> tx_semaphore_suspended_count = suspended_count; in _tx_semaphore_put()
|
D | tx_block_pool_prioritize.c | 83 UINT suspended_count; in _tx_block_pool_prioritize() local 93 …l_ptr -> tx_block_pool_suspended_count, TX_POINTER_TO_ULONG_CONVERT(&suspended_count), 0, TX_TRACE… in _tx_block_pool_prioritize() 99 suspended_count = pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_prioritize() 102 if (suspended_count < ((UINT) 2)) in _tx_block_pool_prioritize() 110 else if (suspended_count == ((UINT) 2)) in _tx_block_pool_prioritize() 178 if (suspended_count != pool_ptr -> tx_block_pool_suspended_count) in _tx_block_pool_prioritize() 198 suspended_count = pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_prioritize()
|
D | tx_queue_prioritize.c | 83 UINT suspended_count; in _tx_queue_prioritize() local 93 … queue_ptr -> tx_queue_suspended_count, TX_POINTER_TO_ULONG_CONVERT(&suspended_count), 0, TX_TRACE… in _tx_queue_prioritize() 99 suspended_count = queue_ptr -> tx_queue_suspended_count; in _tx_queue_prioritize() 102 if (suspended_count < ((UINT) 2)) in _tx_queue_prioritize() 110 else if (suspended_count == ((UINT) 2)) in _tx_queue_prioritize() 178 if (suspended_count != queue_ptr -> tx_queue_suspended_count) in _tx_queue_prioritize() 198 suspended_count = queue_ptr -> tx_queue_suspended_count; in _tx_queue_prioritize()
|
D | tx_semaphore_prioritize.c | 83 UINT suspended_count; in _tx_semaphore_prioritize() local 93 …re_ptr -> tx_semaphore_suspended_count, TX_POINTER_TO_ULONG_CONVERT(&suspended_count), 0, TX_TRACE… in _tx_semaphore_prioritize() 99 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_prioritize() 102 if (suspended_count < ((UINT) 2)) in _tx_semaphore_prioritize() 110 else if (suspended_count == ((UINT) 2)) in _tx_semaphore_prioritize() 178 if (suspended_count != semaphore_ptr -> tx_semaphore_suspended_count) in _tx_semaphore_prioritize() 200 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_prioritize()
|
D | tx_byte_pool_prioritize.c | 83 UINT suspended_count; in _tx_byte_pool_prioritize() local 93 …ol_ptr -> tx_byte_pool_suspended_count, TX_POINTER_TO_ULONG_CONVERT(&suspended_count), 0, TX_TRACE… in _tx_byte_pool_prioritize() 99 suspended_count = pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_pool_prioritize() 102 if (suspended_count < ((UINT) 2)) in _tx_byte_pool_prioritize() 110 else if (suspended_count == ((UINT) 2)) in _tx_byte_pool_prioritize() 178 if (suspended_count != pool_ptr -> tx_byte_pool_suspended_count) in _tx_byte_pool_prioritize() 198 suspended_count = pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_pool_prioritize()
|
D | tx_mutex_prioritize.c | 83 UINT suspended_count; in _tx_mutex_prioritize() local 96 … mutex_ptr -> tx_mutex_suspended_count, TX_POINTER_TO_ULONG_CONVERT(&suspended_count), 0, TX_TRACE… in _tx_mutex_prioritize() 102 suspended_count = mutex_ptr -> tx_mutex_suspended_count; in _tx_mutex_prioritize() 105 if (suspended_count < ((UINT) 2)) in _tx_mutex_prioritize() 113 else if (suspended_count == ((UINT) 2)) in _tx_mutex_prioritize() 181 if (suspended_count != mutex_ptr -> tx_mutex_suspended_count) in _tx_mutex_prioritize() 201 suspended_count = mutex_ptr -> tx_mutex_suspended_count; in _tx_mutex_prioritize()
|
D | tx_semaphore_ceiling_put.c | 87 UINT suspended_count; in _tx_semaphore_ceiling_put() local 115 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_ceiling_put() 118 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_semaphore_ceiling_put() 170 suspended_count--; in _tx_semaphore_ceiling_put() 171 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_semaphore_ceiling_put() 195 semaphore_ptr -> tx_semaphore_suspended_count = suspended_count; in _tx_semaphore_ceiling_put()
|
D | tx_event_flags_cleanup.c | 86 UINT suspended_count; in _tx_event_flags_cleanup() local 131 suspended_count = group_ptr -> tx_event_flags_group_suspended_count; in _tx_event_flags_cleanup() 146 suspended_count--; in _tx_event_flags_cleanup() 149 group_ptr -> tx_event_flags_group_suspended_count = suspended_count; in _tx_event_flags_cleanup() 152 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_event_flags_cleanup()
|
D | tx_queue_receive.c | 91 UINT suspended_count; in _tx_queue_receive() local 120 suspended_count = queue_ptr -> tx_queue_suspended_count; in _tx_queue_receive() 127 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_receive() 190 suspended_count--; in _tx_queue_receive() 191 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_receive() 215 queue_ptr -> tx_queue_suspended_count = suspended_count; in _tx_queue_receive() 314 suspended_count--; in _tx_queue_receive() 315 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_receive() 339 queue_ptr -> tx_queue_suspended_count = suspended_count; in _tx_queue_receive() 419 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_receive() [all …]
|
D | tx_queue_send.c | 89 UINT suspended_count; in _tx_queue_send() local 120 suspended_count = queue_ptr -> tx_queue_suspended_count; in _tx_queue_send() 129 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_send() 193 suspended_count--; in _tx_queue_send() 194 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_send() 221 queue_ptr -> tx_queue_suspended_count = suspended_count; in _tx_queue_send() 326 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_send() 348 queue_ptr -> tx_queue_suspended_count = suspended_count + ((UINT) 1); in _tx_queue_send()
|
D | tx_queue_front_send.c | 89 UINT suspended_count; in _tx_queue_front_send() local 120 suspended_count = queue_ptr -> tx_queue_suspended_count; in _tx_queue_front_send() 128 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_front_send() 197 suspended_count--; in _tx_queue_front_send() 198 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_front_send() 225 queue_ptr -> tx_queue_suspended_count = suspended_count; in _tx_queue_front_send() 327 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_front_send() 354 queue_ptr -> tx_queue_suspended_count = suspended_count + ((UINT) 1); in _tx_queue_front_send()
|
D | tx_semaphore_info_get.c | 81 TX_THREAD **first_suspended, ULONG *suspended_count, in _tx_semaphore_info_get() argument 122 if (suspended_count != TX_NULL) in _tx_semaphore_info_get() 125 *suspended_count = (ULONG) semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_info_get()
|
/ThreadX-v6.2.1/common/src/ |
D | tx_queue_flush.c | 83 UINT suspended_count; in _tx_queue_flush() local 88 suspended_count = TX_NO_SUSPENSIONS; in _tx_queue_flush() 121 suspended_count = queue_ptr -> tx_queue_suspended_count; in _tx_queue_flush() 137 if (suspended_count != TX_NO_SUSPENSIONS) in _tx_queue_flush() 142 while (suspended_count != ((ULONG) 0)) in _tx_queue_flush() 146 suspended_count--; in _tx_queue_flush()
|
D | tx_semaphore_put.c | 85 UINT suspended_count; in _tx_semaphore_put() local 109 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_put() 112 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_semaphore_put() 149 suspended_count--; in _tx_semaphore_put() 150 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_semaphore_put() 174 semaphore_ptr -> tx_semaphore_suspended_count = suspended_count; in _tx_semaphore_put()
|
D | tx_block_pool_prioritize.c | 83 UINT suspended_count; in _tx_block_pool_prioritize() local 93 …l_ptr -> tx_block_pool_suspended_count, TX_POINTER_TO_ULONG_CONVERT(&suspended_count), 0, TX_TRACE… in _tx_block_pool_prioritize() 99 suspended_count = pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_prioritize() 102 if (suspended_count < ((UINT) 2)) in _tx_block_pool_prioritize() 110 else if (suspended_count == ((UINT) 2)) in _tx_block_pool_prioritize() 178 if (suspended_count != pool_ptr -> tx_block_pool_suspended_count) in _tx_block_pool_prioritize() 198 suspended_count = pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_prioritize()
|
D | tx_byte_pool_prioritize.c | 83 UINT suspended_count; in _tx_byte_pool_prioritize() local 93 …ol_ptr -> tx_byte_pool_suspended_count, TX_POINTER_TO_ULONG_CONVERT(&suspended_count), 0, TX_TRACE… in _tx_byte_pool_prioritize() 99 suspended_count = pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_pool_prioritize() 102 if (suspended_count < ((UINT) 2)) in _tx_byte_pool_prioritize() 110 else if (suspended_count == ((UINT) 2)) in _tx_byte_pool_prioritize() 178 if (suspended_count != pool_ptr -> tx_byte_pool_suspended_count) in _tx_byte_pool_prioritize() 198 suspended_count = pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_pool_prioritize()
|
D | tx_queue_prioritize.c | 83 UINT suspended_count; in _tx_queue_prioritize() local 93 … queue_ptr -> tx_queue_suspended_count, TX_POINTER_TO_ULONG_CONVERT(&suspended_count), 0, TX_TRACE… in _tx_queue_prioritize() 99 suspended_count = queue_ptr -> tx_queue_suspended_count; in _tx_queue_prioritize() 102 if (suspended_count < ((UINT) 2)) in _tx_queue_prioritize() 110 else if (suspended_count == ((UINT) 2)) in _tx_queue_prioritize() 178 if (suspended_count != queue_ptr -> tx_queue_suspended_count) in _tx_queue_prioritize() 198 suspended_count = queue_ptr -> tx_queue_suspended_count; in _tx_queue_prioritize()
|
D | tx_semaphore_prioritize.c | 83 UINT suspended_count; in _tx_semaphore_prioritize() local 93 …re_ptr -> tx_semaphore_suspended_count, TX_POINTER_TO_ULONG_CONVERT(&suspended_count), 0, TX_TRACE… in _tx_semaphore_prioritize() 99 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_prioritize() 102 if (suspended_count < ((UINT) 2)) in _tx_semaphore_prioritize() 110 else if (suspended_count == ((UINT) 2)) in _tx_semaphore_prioritize() 178 if (suspended_count != semaphore_ptr -> tx_semaphore_suspended_count) in _tx_semaphore_prioritize() 200 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_prioritize()
|
D | tx_mutex_prioritize.c | 83 UINT suspended_count; in _tx_mutex_prioritize() local 96 … mutex_ptr -> tx_mutex_suspended_count, TX_POINTER_TO_ULONG_CONVERT(&suspended_count), 0, TX_TRACE… in _tx_mutex_prioritize() 102 suspended_count = mutex_ptr -> tx_mutex_suspended_count; in _tx_mutex_prioritize() 105 if (suspended_count < ((UINT) 2)) in _tx_mutex_prioritize() 113 else if (suspended_count == ((UINT) 2)) in _tx_mutex_prioritize() 181 if (suspended_count != mutex_ptr -> tx_mutex_suspended_count) in _tx_mutex_prioritize() 201 suspended_count = mutex_ptr -> tx_mutex_suspended_count; in _tx_mutex_prioritize()
|
D | tx_semaphore_ceiling_put.c | 87 UINT suspended_count; in _tx_semaphore_ceiling_put() local 115 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_ceiling_put() 118 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_semaphore_ceiling_put() 170 suspended_count--; in _tx_semaphore_ceiling_put() 171 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_semaphore_ceiling_put() 195 semaphore_ptr -> tx_semaphore_suspended_count = suspended_count; in _tx_semaphore_ceiling_put()
|
D | tx_event_flags_cleanup.c | 86 UINT suspended_count; in _tx_event_flags_cleanup() local 131 suspended_count = group_ptr -> tx_event_flags_group_suspended_count; in _tx_event_flags_cleanup() 146 suspended_count--; in _tx_event_flags_cleanup() 149 group_ptr -> tx_event_flags_group_suspended_count = suspended_count; in _tx_event_flags_cleanup() 152 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_event_flags_cleanup()
|
D | tx_queue_receive.c | 91 UINT suspended_count; in _tx_queue_receive() local 120 suspended_count = queue_ptr -> tx_queue_suspended_count; in _tx_queue_receive() 127 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_receive() 190 suspended_count--; in _tx_queue_receive() 191 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_receive() 215 queue_ptr -> tx_queue_suspended_count = suspended_count; in _tx_queue_receive() 314 suspended_count--; in _tx_queue_receive() 315 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_receive() 339 queue_ptr -> tx_queue_suspended_count = suspended_count; in _tx_queue_receive() 419 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_receive() [all …]
|
D | tx_queue_front_send.c | 89 UINT suspended_count; in _tx_queue_front_send() local 120 suspended_count = queue_ptr -> tx_queue_suspended_count; in _tx_queue_front_send() 128 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_front_send() 197 suspended_count--; in _tx_queue_front_send() 198 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_front_send() 225 queue_ptr -> tx_queue_suspended_count = suspended_count; in _tx_queue_front_send() 327 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_front_send() 354 queue_ptr -> tx_queue_suspended_count = suspended_count + ((UINT) 1); in _tx_queue_front_send()
|
D | tx_queue_send.c | 89 UINT suspended_count; in _tx_queue_send() local 120 suspended_count = queue_ptr -> tx_queue_suspended_count; in _tx_queue_send() 129 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_send() 193 suspended_count--; in _tx_queue_send() 194 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_send() 221 queue_ptr -> tx_queue_suspended_count = suspended_count; in _tx_queue_send() 326 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_send() 348 queue_ptr -> tx_queue_suspended_count = suspended_count + ((UINT) 1); in _tx_queue_send()
|