Home
last modified time | relevance | path

Searched refs:tx_thread_suspended_next (Results 1 – 25 of 70) sorted by relevance

123

/ThreadX-v6.4.1/common/src/
Dtx_block_pool_prioritize.c114 next_thread = head_ptr -> tx_thread_suspended_next; in _tx_block_pool_prioritize()
137 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_block_pool_prioritize()
190 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_block_pool_prioritize()
203 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_block_pool_prioritize()
224 … next_thread = priority_thread_ptr -> tx_thread_suspended_next; in _tx_block_pool_prioritize()
227 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_block_pool_prioritize()
231 priority_thread_ptr -> tx_thread_suspended_next = head_ptr; in _tx_block_pool_prioritize()
233 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_block_pool_prioritize()
Dtx_byte_pool_prioritize.c114 next_thread = head_ptr -> tx_thread_suspended_next; in _tx_byte_pool_prioritize()
137 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_byte_pool_prioritize()
190 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_byte_pool_prioritize()
203 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_byte_pool_prioritize()
224 … next_thread = priority_thread_ptr -> tx_thread_suspended_next; in _tx_byte_pool_prioritize()
227 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_byte_pool_prioritize()
231 priority_thread_ptr -> tx_thread_suspended_next = head_ptr; in _tx_byte_pool_prioritize()
233 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_byte_pool_prioritize()
Dtx_queue_prioritize.c114 next_thread = head_ptr -> tx_thread_suspended_next; in _tx_queue_prioritize()
137 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_queue_prioritize()
190 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_queue_prioritize()
203 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_queue_prioritize()
224 … next_thread = priority_thread_ptr -> tx_thread_suspended_next; in _tx_queue_prioritize()
227 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_prioritize()
231 priority_thread_ptr -> tx_thread_suspended_next = head_ptr; in _tx_queue_prioritize()
233 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_queue_prioritize()
Dtx_semaphore_prioritize.c114 next_thread = head_ptr -> tx_thread_suspended_next; in _tx_semaphore_prioritize()
137 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_semaphore_prioritize()
190 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_semaphore_prioritize()
205 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_semaphore_prioritize()
226 … next_thread = priority_thread_ptr -> tx_thread_suspended_next; in _tx_semaphore_prioritize()
229 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_semaphore_prioritize()
233 priority_thread_ptr -> tx_thread_suspended_next = head_ptr; in _tx_semaphore_prioritize()
235 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_semaphore_prioritize()
Dtx_mutex_prioritize.c117 next_thread = head_ptr -> tx_thread_suspended_next; in _tx_mutex_prioritize()
140 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_mutex_prioritize()
193 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_mutex_prioritize()
206 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_mutex_prioritize()
227 … next_thread = priority_thread_ptr -> tx_thread_suspended_next; in _tx_mutex_prioritize()
230 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_mutex_prioritize()
234 priority_thread_ptr -> tx_thread_suspended_next = head_ptr; in _tx_mutex_prioritize()
236 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_mutex_prioritize()
Dtx_event_flags_set.c376 next_thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_event_flags_set()
460 if (thread_ptr == thread_ptr -> tx_thread_suspended_next) in _tx_event_flags_set()
474 … next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_event_flags_set()
477 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_event_flags_set()
485 suspended_list = thread_ptr -> tx_thread_suspended_next; in _tx_event_flags_set()
501 thread_ptr -> tx_thread_suspended_next = TX_NULL; in _tx_event_flags_set()
509 last_satisfied -> tx_thread_suspended_next = thread_ptr; in _tx_event_flags_set()
510 thread_ptr -> tx_thread_suspended_next = TX_NULL; in _tx_event_flags_set()
550 next_thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_event_flags_set()
Dtx_queue_receive.c204 next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_queue_receive()
210 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_receive()
328 next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_queue_receive()
334 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_receive()
424 thread_ptr -> tx_thread_suspended_next = thread_ptr; in _tx_queue_receive()
432 thread_ptr -> tx_thread_suspended_next = next_thread; in _tx_queue_receive()
435 previous_thread -> tx_thread_suspended_next = thread_ptr; in _tx_queue_receive()
Dtx_queue_front_send.c211 queue_ptr -> tx_queue_suspension_list = thread_ptr -> tx_thread_suspended_next; in _tx_queue_front_send()
214 next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_queue_front_send()
220 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_front_send()
332 thread_ptr -> tx_thread_suspended_next = thread_ptr; in _tx_queue_front_send()
340 thread_ptr -> tx_thread_suspended_next = next_thread; in _tx_queue_front_send()
343 previous_thread -> tx_thread_suspended_next = thread_ptr; in _tx_queue_front_send()
Dtx_queue_send.c207 queue_ptr -> tx_queue_suspension_list = thread_ptr -> tx_thread_suspended_next; in _tx_queue_send()
210 next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_queue_send()
216 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_send()
331 thread_ptr -> tx_thread_suspended_next = thread_ptr; in _tx_queue_send()
339 thread_ptr -> tx_thread_suspended_next = next_thread; in _tx_queue_send()
342 previous_thread -> tx_thread_suspended_next = thread_ptr; in _tx_queue_send()
Dtx_semaphore_get.c170 thread_ptr -> tx_thread_suspended_next = thread_ptr; in _tx_semaphore_get()
178 thread_ptr -> tx_thread_suspended_next = next_thread; in _tx_semaphore_get()
181 previous_thread -> tx_thread_suspended_next = thread_ptr; in _tx_semaphore_get()
Dtx_block_pool_cleanup.c151 … next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_block_pool_cleanup()
154 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_block_pool_cleanup()
Dtx_byte_pool_cleanup.c149 … next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_byte_pool_cleanup()
152 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_byte_pool_cleanup()
Dtx_semaphore_cleanup.c152 … next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_semaphore_cleanup()
155 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_semaphore_cleanup()
/ThreadX-v6.4.1/common_smp/src/
Dtx_block_pool_prioritize.c114 next_thread = head_ptr -> tx_thread_suspended_next; in _tx_block_pool_prioritize()
137 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_block_pool_prioritize()
190 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_block_pool_prioritize()
203 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_block_pool_prioritize()
224 … next_thread = priority_thread_ptr -> tx_thread_suspended_next; in _tx_block_pool_prioritize()
227 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_block_pool_prioritize()
231 priority_thread_ptr -> tx_thread_suspended_next = head_ptr; in _tx_block_pool_prioritize()
233 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_block_pool_prioritize()
Dtx_byte_pool_prioritize.c114 next_thread = head_ptr -> tx_thread_suspended_next; in _tx_byte_pool_prioritize()
137 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_byte_pool_prioritize()
190 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_byte_pool_prioritize()
203 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_byte_pool_prioritize()
224 … next_thread = priority_thread_ptr -> tx_thread_suspended_next; in _tx_byte_pool_prioritize()
227 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_byte_pool_prioritize()
231 priority_thread_ptr -> tx_thread_suspended_next = head_ptr; in _tx_byte_pool_prioritize()
233 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_byte_pool_prioritize()
Dtx_queue_prioritize.c114 next_thread = head_ptr -> tx_thread_suspended_next; in _tx_queue_prioritize()
137 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_queue_prioritize()
190 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_queue_prioritize()
203 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_queue_prioritize()
224 … next_thread = priority_thread_ptr -> tx_thread_suspended_next; in _tx_queue_prioritize()
227 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_prioritize()
231 priority_thread_ptr -> tx_thread_suspended_next = head_ptr; in _tx_queue_prioritize()
233 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_queue_prioritize()
Dtx_semaphore_prioritize.c114 next_thread = head_ptr -> tx_thread_suspended_next; in _tx_semaphore_prioritize()
137 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_semaphore_prioritize()
190 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_semaphore_prioritize()
205 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_semaphore_prioritize()
226 … next_thread = priority_thread_ptr -> tx_thread_suspended_next; in _tx_semaphore_prioritize()
229 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_semaphore_prioritize()
233 priority_thread_ptr -> tx_thread_suspended_next = head_ptr; in _tx_semaphore_prioritize()
235 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_semaphore_prioritize()
Dtx_mutex_prioritize.c117 next_thread = head_ptr -> tx_thread_suspended_next; in _tx_mutex_prioritize()
140 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_mutex_prioritize()
193 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_mutex_prioritize()
206 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_mutex_prioritize()
227 … next_thread = priority_thread_ptr -> tx_thread_suspended_next; in _tx_mutex_prioritize()
230 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_mutex_prioritize()
234 priority_thread_ptr -> tx_thread_suspended_next = head_ptr; in _tx_mutex_prioritize()
236 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_mutex_prioritize()
Dtx_event_flags_set.c376 next_thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_event_flags_set()
460 if (thread_ptr == thread_ptr -> tx_thread_suspended_next) in _tx_event_flags_set()
474 … next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_event_flags_set()
477 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_event_flags_set()
485 suspended_list = thread_ptr -> tx_thread_suspended_next; in _tx_event_flags_set()
501 thread_ptr -> tx_thread_suspended_next = TX_NULL; in _tx_event_flags_set()
509 last_satisfied -> tx_thread_suspended_next = thread_ptr; in _tx_event_flags_set()
510 thread_ptr -> tx_thread_suspended_next = TX_NULL; in _tx_event_flags_set()
550 next_thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_event_flags_set()
Dtx_queue_receive.c204 next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_queue_receive()
210 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_receive()
328 next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_queue_receive()
334 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_receive()
424 thread_ptr -> tx_thread_suspended_next = thread_ptr; in _tx_queue_receive()
432 thread_ptr -> tx_thread_suspended_next = next_thread; in _tx_queue_receive()
435 previous_thread -> tx_thread_suspended_next = thread_ptr; in _tx_queue_receive()
Dtx_queue_front_send.c211 queue_ptr -> tx_queue_suspension_list = thread_ptr -> tx_thread_suspended_next; in _tx_queue_front_send()
214 next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_queue_front_send()
220 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_front_send()
332 thread_ptr -> tx_thread_suspended_next = thread_ptr; in _tx_queue_front_send()
340 thread_ptr -> tx_thread_suspended_next = next_thread; in _tx_queue_front_send()
343 previous_thread -> tx_thread_suspended_next = thread_ptr; in _tx_queue_front_send()
Dtx_queue_send.c207 queue_ptr -> tx_queue_suspension_list = thread_ptr -> tx_thread_suspended_next; in _tx_queue_send()
210 next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_queue_send()
216 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_send()
331 thread_ptr -> tx_thread_suspended_next = thread_ptr; in _tx_queue_send()
339 thread_ptr -> tx_thread_suspended_next = next_thread; in _tx_queue_send()
342 previous_thread -> tx_thread_suspended_next = thread_ptr; in _tx_queue_send()
Dtx_semaphore_get.c170 thread_ptr -> tx_thread_suspended_next = thread_ptr; in _tx_semaphore_get()
178 thread_ptr -> tx_thread_suspended_next = next_thread; in _tx_semaphore_get()
181 previous_thread -> tx_thread_suspended_next = thread_ptr; in _tx_semaphore_get()
Dtx_block_pool_cleanup.c151 … next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_block_pool_cleanup()
154 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_block_pool_cleanup()
Dtx_byte_pool_cleanup.c149 … next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_byte_pool_cleanup()
152 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_byte_pool_cleanup()

123