Home
last modified time | relevance | path

Searched refs:suspended_count (Results 1 – 25 of 104) sorted by relevance

12345

/ThreadX-v6.4.1/common_smp/src/
Dtx_queue_flush.c82 UINT suspended_count; in _tx_queue_flush() local
87 suspended_count = TX_NO_SUSPENSIONS; in _tx_queue_flush()
120 suspended_count = queue_ptr -> tx_queue_suspended_count; in _tx_queue_flush()
136 if (suspended_count != TX_NO_SUSPENSIONS) in _tx_queue_flush()
141 while (suspended_count != ((ULONG) 0)) in _tx_queue_flush()
145 suspended_count--; in _tx_queue_flush()
Dtx_semaphore_put.c84 UINT suspended_count; in _tx_semaphore_put() local
108 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_put()
111 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_semaphore_put()
148 suspended_count--; in _tx_semaphore_put()
149 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_semaphore_put()
173 semaphore_ptr -> tx_semaphore_suspended_count = suspended_count; in _tx_semaphore_put()
Dtx_byte_pool_prioritize.c82 UINT suspended_count; in _tx_byte_pool_prioritize() local
92 …ol_ptr -> tx_byte_pool_suspended_count, TX_POINTER_TO_ULONG_CONVERT(&suspended_count), 0, TX_TRACE… in _tx_byte_pool_prioritize()
98 suspended_count = pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_pool_prioritize()
101 if (suspended_count < ((UINT) 2)) in _tx_byte_pool_prioritize()
109 else if (suspended_count == ((UINT) 2)) in _tx_byte_pool_prioritize()
177 if (suspended_count != pool_ptr -> tx_byte_pool_suspended_count) in _tx_byte_pool_prioritize()
197 suspended_count = pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_pool_prioritize()
Dtx_queue_prioritize.c82 UINT suspended_count; in _tx_queue_prioritize() local
92 … queue_ptr -> tx_queue_suspended_count, TX_POINTER_TO_ULONG_CONVERT(&suspended_count), 0, TX_TRACE… in _tx_queue_prioritize()
98 suspended_count = queue_ptr -> tx_queue_suspended_count; in _tx_queue_prioritize()
101 if (suspended_count < ((UINT) 2)) in _tx_queue_prioritize()
109 else if (suspended_count == ((UINT) 2)) in _tx_queue_prioritize()
177 if (suspended_count != queue_ptr -> tx_queue_suspended_count) in _tx_queue_prioritize()
197 suspended_count = queue_ptr -> tx_queue_suspended_count; in _tx_queue_prioritize()
Dtx_block_pool_prioritize.c82 UINT suspended_count; in _tx_block_pool_prioritize() local
92 …l_ptr -> tx_block_pool_suspended_count, TX_POINTER_TO_ULONG_CONVERT(&suspended_count), 0, TX_TRACE… in _tx_block_pool_prioritize()
98 suspended_count = pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_prioritize()
101 if (suspended_count < ((UINT) 2)) in _tx_block_pool_prioritize()
109 else if (suspended_count == ((UINT) 2)) in _tx_block_pool_prioritize()
177 if (suspended_count != pool_ptr -> tx_block_pool_suspended_count) in _tx_block_pool_prioritize()
197 suspended_count = pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_prioritize()
Dtx_semaphore_prioritize.c82 UINT suspended_count; in _tx_semaphore_prioritize() local
92 …re_ptr -> tx_semaphore_suspended_count, TX_POINTER_TO_ULONG_CONVERT(&suspended_count), 0, TX_TRACE… in _tx_semaphore_prioritize()
98 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_prioritize()
101 if (suspended_count < ((UINT) 2)) in _tx_semaphore_prioritize()
109 else if (suspended_count == ((UINT) 2)) in _tx_semaphore_prioritize()
177 if (suspended_count != semaphore_ptr -> tx_semaphore_suspended_count) in _tx_semaphore_prioritize()
199 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_prioritize()
Dtx_mutex_prioritize.c82 UINT suspended_count; in _tx_mutex_prioritize() local
95 … mutex_ptr -> tx_mutex_suspended_count, TX_POINTER_TO_ULONG_CONVERT(&suspended_count), 0, TX_TRACE… in _tx_mutex_prioritize()
101 suspended_count = mutex_ptr -> tx_mutex_suspended_count; in _tx_mutex_prioritize()
104 if (suspended_count < ((UINT) 2)) in _tx_mutex_prioritize()
112 else if (suspended_count == ((UINT) 2)) in _tx_mutex_prioritize()
180 if (suspended_count != mutex_ptr -> tx_mutex_suspended_count) in _tx_mutex_prioritize()
200 suspended_count = mutex_ptr -> tx_mutex_suspended_count; in _tx_mutex_prioritize()
Dtx_semaphore_ceiling_put.c86 UINT suspended_count; in _tx_semaphore_ceiling_put() local
114 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_ceiling_put()
117 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_semaphore_ceiling_put()
169 suspended_count--; in _tx_semaphore_ceiling_put()
170 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_semaphore_ceiling_put()
194 semaphore_ptr -> tx_semaphore_suspended_count = suspended_count; in _tx_semaphore_ceiling_put()
Dtx_event_flags_cleanup.c85 UINT suspended_count; in _tx_event_flags_cleanup() local
130 suspended_count = group_ptr -> tx_event_flags_group_suspended_count; in _tx_event_flags_cleanup()
145 suspended_count--; in _tx_event_flags_cleanup()
148 group_ptr -> tx_event_flags_group_suspended_count = suspended_count; in _tx_event_flags_cleanup()
151 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_event_flags_cleanup()
Dtx_queue_receive.c90 UINT suspended_count; in _tx_queue_receive() local
119 suspended_count = queue_ptr -> tx_queue_suspended_count; in _tx_queue_receive()
126 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_receive()
189 suspended_count--; in _tx_queue_receive()
190 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_receive()
214 queue_ptr -> tx_queue_suspended_count = suspended_count; in _tx_queue_receive()
313 suspended_count--; in _tx_queue_receive()
314 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_receive()
338 queue_ptr -> tx_queue_suspended_count = suspended_count; in _tx_queue_receive()
418 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_receive()
[all …]
Dtx_queue_send.c88 UINT suspended_count; in _tx_queue_send() local
119 suspended_count = queue_ptr -> tx_queue_suspended_count; in _tx_queue_send()
128 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_send()
192 suspended_count--; in _tx_queue_send()
193 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_send()
220 queue_ptr -> tx_queue_suspended_count = suspended_count; in _tx_queue_send()
325 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_send()
347 queue_ptr -> tx_queue_suspended_count = suspended_count + ((UINT) 1); in _tx_queue_send()
Dtx_queue_front_send.c88 UINT suspended_count; in _tx_queue_front_send() local
119 suspended_count = queue_ptr -> tx_queue_suspended_count; in _tx_queue_front_send()
127 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_front_send()
196 suspended_count--; in _tx_queue_front_send()
197 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_front_send()
224 queue_ptr -> tx_queue_suspended_count = suspended_count; in _tx_queue_front_send()
326 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_front_send()
353 queue_ptr -> tx_queue_suspended_count = suspended_count + ((UINT) 1); in _tx_queue_front_send()
Dtx_semaphore_info_get.c80 TX_THREAD **first_suspended, ULONG *suspended_count, in _tx_semaphore_info_get() argument
121 if (suspended_count != TX_NULL) in _tx_semaphore_info_get()
124 *suspended_count = (ULONG) semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_info_get()
/ThreadX-v6.4.1/common/src/
Dtx_queue_flush.c82 UINT suspended_count; in _tx_queue_flush() local
87 suspended_count = TX_NO_SUSPENSIONS; in _tx_queue_flush()
120 suspended_count = queue_ptr -> tx_queue_suspended_count; in _tx_queue_flush()
136 if (suspended_count != TX_NO_SUSPENSIONS) in _tx_queue_flush()
141 while (suspended_count != ((ULONG) 0)) in _tx_queue_flush()
145 suspended_count--; in _tx_queue_flush()
Dtx_semaphore_put.c84 UINT suspended_count; in _tx_semaphore_put() local
108 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_put()
111 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_semaphore_put()
148 suspended_count--; in _tx_semaphore_put()
149 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_semaphore_put()
173 semaphore_ptr -> tx_semaphore_suspended_count = suspended_count; in _tx_semaphore_put()
Dtx_block_pool_prioritize.c82 UINT suspended_count; in _tx_block_pool_prioritize() local
92 …l_ptr -> tx_block_pool_suspended_count, TX_POINTER_TO_ULONG_CONVERT(&suspended_count), 0, TX_TRACE… in _tx_block_pool_prioritize()
98 suspended_count = pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_prioritize()
101 if (suspended_count < ((UINT) 2)) in _tx_block_pool_prioritize()
109 else if (suspended_count == ((UINT) 2)) in _tx_block_pool_prioritize()
177 if (suspended_count != pool_ptr -> tx_block_pool_suspended_count) in _tx_block_pool_prioritize()
197 suspended_count = pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_prioritize()
Dtx_byte_pool_prioritize.c82 UINT suspended_count; in _tx_byte_pool_prioritize() local
92 …ol_ptr -> tx_byte_pool_suspended_count, TX_POINTER_TO_ULONG_CONVERT(&suspended_count), 0, TX_TRACE… in _tx_byte_pool_prioritize()
98 suspended_count = pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_pool_prioritize()
101 if (suspended_count < ((UINT) 2)) in _tx_byte_pool_prioritize()
109 else if (suspended_count == ((UINT) 2)) in _tx_byte_pool_prioritize()
177 if (suspended_count != pool_ptr -> tx_byte_pool_suspended_count) in _tx_byte_pool_prioritize()
197 suspended_count = pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_pool_prioritize()
Dtx_queue_prioritize.c82 UINT suspended_count; in _tx_queue_prioritize() local
92 … queue_ptr -> tx_queue_suspended_count, TX_POINTER_TO_ULONG_CONVERT(&suspended_count), 0, TX_TRACE… in _tx_queue_prioritize()
98 suspended_count = queue_ptr -> tx_queue_suspended_count; in _tx_queue_prioritize()
101 if (suspended_count < ((UINT) 2)) in _tx_queue_prioritize()
109 else if (suspended_count == ((UINT) 2)) in _tx_queue_prioritize()
177 if (suspended_count != queue_ptr -> tx_queue_suspended_count) in _tx_queue_prioritize()
197 suspended_count = queue_ptr -> tx_queue_suspended_count; in _tx_queue_prioritize()
Dtx_semaphore_prioritize.c82 UINT suspended_count; in _tx_semaphore_prioritize() local
92 …re_ptr -> tx_semaphore_suspended_count, TX_POINTER_TO_ULONG_CONVERT(&suspended_count), 0, TX_TRACE… in _tx_semaphore_prioritize()
98 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_prioritize()
101 if (suspended_count < ((UINT) 2)) in _tx_semaphore_prioritize()
109 else if (suspended_count == ((UINT) 2)) in _tx_semaphore_prioritize()
177 if (suspended_count != semaphore_ptr -> tx_semaphore_suspended_count) in _tx_semaphore_prioritize()
199 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_prioritize()
Dtx_mutex_prioritize.c82 UINT suspended_count; in _tx_mutex_prioritize() local
95 … mutex_ptr -> tx_mutex_suspended_count, TX_POINTER_TO_ULONG_CONVERT(&suspended_count), 0, TX_TRACE… in _tx_mutex_prioritize()
101 suspended_count = mutex_ptr -> tx_mutex_suspended_count; in _tx_mutex_prioritize()
104 if (suspended_count < ((UINT) 2)) in _tx_mutex_prioritize()
112 else if (suspended_count == ((UINT) 2)) in _tx_mutex_prioritize()
180 if (suspended_count != mutex_ptr -> tx_mutex_suspended_count) in _tx_mutex_prioritize()
200 suspended_count = mutex_ptr -> tx_mutex_suspended_count; in _tx_mutex_prioritize()
Dtx_semaphore_ceiling_put.c86 UINT suspended_count; in _tx_semaphore_ceiling_put() local
114 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_ceiling_put()
117 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_semaphore_ceiling_put()
169 suspended_count--; in _tx_semaphore_ceiling_put()
170 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_semaphore_ceiling_put()
194 semaphore_ptr -> tx_semaphore_suspended_count = suspended_count; in _tx_semaphore_ceiling_put()
Dtx_event_flags_cleanup.c85 UINT suspended_count; in _tx_event_flags_cleanup() local
130 suspended_count = group_ptr -> tx_event_flags_group_suspended_count; in _tx_event_flags_cleanup()
145 suspended_count--; in _tx_event_flags_cleanup()
148 group_ptr -> tx_event_flags_group_suspended_count = suspended_count; in _tx_event_flags_cleanup()
151 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_event_flags_cleanup()
Dtx_queue_receive.c90 UINT suspended_count; in _tx_queue_receive() local
119 suspended_count = queue_ptr -> tx_queue_suspended_count; in _tx_queue_receive()
126 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_receive()
189 suspended_count--; in _tx_queue_receive()
190 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_receive()
214 queue_ptr -> tx_queue_suspended_count = suspended_count; in _tx_queue_receive()
313 suspended_count--; in _tx_queue_receive()
314 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_receive()
338 queue_ptr -> tx_queue_suspended_count = suspended_count; in _tx_queue_receive()
418 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_receive()
[all …]
Dtx_queue_front_send.c88 UINT suspended_count; in _tx_queue_front_send() local
119 suspended_count = queue_ptr -> tx_queue_suspended_count; in _tx_queue_front_send()
127 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_front_send()
196 suspended_count--; in _tx_queue_front_send()
197 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_front_send()
224 queue_ptr -> tx_queue_suspended_count = suspended_count; in _tx_queue_front_send()
326 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_front_send()
353 queue_ptr -> tx_queue_suspended_count = suspended_count + ((UINT) 1); in _tx_queue_front_send()
Dtx_queue_send.c88 UINT suspended_count; in _tx_queue_send() local
119 suspended_count = queue_ptr -> tx_queue_suspended_count; in _tx_queue_send()
128 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_send()
192 suspended_count--; in _tx_queue_send()
193 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_send()
220 queue_ptr -> tx_queue_suspended_count = suspended_count; in _tx_queue_send()
325 if (suspended_count == TX_NO_SUSPENSIONS) in _tx_queue_send()
347 queue_ptr -> tx_queue_suspended_count = suspended_count + ((UINT) 1); in _tx_queue_send()

12345