Home
last modified time | relevance | path

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

123

/ThreadX-v6.3.0/common/src/
Dtx_block_pool_prioritize.c115 next_thread = head_ptr -> tx_thread_suspended_next; in _tx_block_pool_prioritize()
138 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_block_pool_prioritize()
191 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_block_pool_prioritize()
204 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_block_pool_prioritize()
225 … next_thread = priority_thread_ptr -> tx_thread_suspended_next; in _tx_block_pool_prioritize()
228 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_block_pool_prioritize()
232 priority_thread_ptr -> tx_thread_suspended_next = head_ptr; in _tx_block_pool_prioritize()
234 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_block_pool_prioritize()
Dtx_byte_pool_prioritize.c115 next_thread = head_ptr -> tx_thread_suspended_next; in _tx_byte_pool_prioritize()
138 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_byte_pool_prioritize()
191 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_byte_pool_prioritize()
204 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_byte_pool_prioritize()
225 … next_thread = priority_thread_ptr -> tx_thread_suspended_next; in _tx_byte_pool_prioritize()
228 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_byte_pool_prioritize()
232 priority_thread_ptr -> tx_thread_suspended_next = head_ptr; in _tx_byte_pool_prioritize()
234 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_byte_pool_prioritize()
Dtx_queue_prioritize.c115 next_thread = head_ptr -> tx_thread_suspended_next; in _tx_queue_prioritize()
138 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_queue_prioritize()
191 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_queue_prioritize()
204 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_queue_prioritize()
225 … next_thread = priority_thread_ptr -> tx_thread_suspended_next; in _tx_queue_prioritize()
228 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_prioritize()
232 priority_thread_ptr -> tx_thread_suspended_next = head_ptr; in _tx_queue_prioritize()
234 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_queue_prioritize()
Dtx_semaphore_prioritize.c115 next_thread = head_ptr -> tx_thread_suspended_next; in _tx_semaphore_prioritize()
138 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_semaphore_prioritize()
191 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_semaphore_prioritize()
206 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_semaphore_prioritize()
227 … next_thread = priority_thread_ptr -> tx_thread_suspended_next; in _tx_semaphore_prioritize()
230 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_semaphore_prioritize()
234 priority_thread_ptr -> tx_thread_suspended_next = head_ptr; in _tx_semaphore_prioritize()
236 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_semaphore_prioritize()
Dtx_mutex_prioritize.c118 next_thread = head_ptr -> tx_thread_suspended_next; in _tx_mutex_prioritize()
141 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_mutex_prioritize()
194 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_mutex_prioritize()
207 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_mutex_prioritize()
228 … next_thread = priority_thread_ptr -> tx_thread_suspended_next; in _tx_mutex_prioritize()
231 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_mutex_prioritize()
235 priority_thread_ptr -> tx_thread_suspended_next = head_ptr; in _tx_mutex_prioritize()
237 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_mutex_prioritize()
Dtx_event_flags_set.c377 next_thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_event_flags_set()
461 if (thread_ptr == thread_ptr -> tx_thread_suspended_next) in _tx_event_flags_set()
475 … next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_event_flags_set()
478 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_event_flags_set()
486 suspended_list = thread_ptr -> tx_thread_suspended_next; in _tx_event_flags_set()
502 thread_ptr -> tx_thread_suspended_next = TX_NULL; in _tx_event_flags_set()
510 last_satisfied -> tx_thread_suspended_next = thread_ptr; in _tx_event_flags_set()
511 thread_ptr -> tx_thread_suspended_next = TX_NULL; in _tx_event_flags_set()
551 next_thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_event_flags_set()
Dtx_queue_receive.c205 next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_queue_receive()
211 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_receive()
329 next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_queue_receive()
335 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_receive()
425 thread_ptr -> tx_thread_suspended_next = thread_ptr; in _tx_queue_receive()
433 thread_ptr -> tx_thread_suspended_next = next_thread; in _tx_queue_receive()
436 previous_thread -> tx_thread_suspended_next = thread_ptr; in _tx_queue_receive()
Dtx_queue_front_send.c212 queue_ptr -> tx_queue_suspension_list = thread_ptr -> tx_thread_suspended_next; in _tx_queue_front_send()
215 next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_queue_front_send()
221 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_front_send()
333 thread_ptr -> tx_thread_suspended_next = thread_ptr; in _tx_queue_front_send()
341 thread_ptr -> tx_thread_suspended_next = next_thread; in _tx_queue_front_send()
344 previous_thread -> tx_thread_suspended_next = thread_ptr; in _tx_queue_front_send()
Dtx_queue_send.c208 queue_ptr -> tx_queue_suspension_list = thread_ptr -> tx_thread_suspended_next; in _tx_queue_send()
211 next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_queue_send()
217 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_send()
332 thread_ptr -> tx_thread_suspended_next = thread_ptr; in _tx_queue_send()
340 thread_ptr -> tx_thread_suspended_next = next_thread; in _tx_queue_send()
343 previous_thread -> tx_thread_suspended_next = thread_ptr; in _tx_queue_send()
Dtx_semaphore_get.c171 thread_ptr -> tx_thread_suspended_next = thread_ptr; in _tx_semaphore_get()
179 thread_ptr -> tx_thread_suspended_next = next_thread; in _tx_semaphore_get()
182 previous_thread -> tx_thread_suspended_next = thread_ptr; in _tx_semaphore_get()
Dtx_block_pool_cleanup.c152 … next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_block_pool_cleanup()
155 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_block_pool_cleanup()
Dtx_byte_pool_cleanup.c150 … next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_byte_pool_cleanup()
153 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_byte_pool_cleanup()
Dtx_semaphore_cleanup.c153 … next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_semaphore_cleanup()
156 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_semaphore_cleanup()
/ThreadX-v6.3.0/common_smp/src/
Dtx_block_pool_prioritize.c115 next_thread = head_ptr -> tx_thread_suspended_next; in _tx_block_pool_prioritize()
138 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_block_pool_prioritize()
191 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_block_pool_prioritize()
204 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_block_pool_prioritize()
225 … next_thread = priority_thread_ptr -> tx_thread_suspended_next; in _tx_block_pool_prioritize()
228 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_block_pool_prioritize()
232 priority_thread_ptr -> tx_thread_suspended_next = head_ptr; in _tx_block_pool_prioritize()
234 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_block_pool_prioritize()
Dtx_byte_pool_prioritize.c115 next_thread = head_ptr -> tx_thread_suspended_next; in _tx_byte_pool_prioritize()
138 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_byte_pool_prioritize()
191 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_byte_pool_prioritize()
204 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_byte_pool_prioritize()
225 … next_thread = priority_thread_ptr -> tx_thread_suspended_next; in _tx_byte_pool_prioritize()
228 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_byte_pool_prioritize()
232 priority_thread_ptr -> tx_thread_suspended_next = head_ptr; in _tx_byte_pool_prioritize()
234 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_byte_pool_prioritize()
Dtx_queue_prioritize.c115 next_thread = head_ptr -> tx_thread_suspended_next; in _tx_queue_prioritize()
138 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_queue_prioritize()
191 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_queue_prioritize()
204 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_queue_prioritize()
225 … next_thread = priority_thread_ptr -> tx_thread_suspended_next; in _tx_queue_prioritize()
228 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_prioritize()
232 priority_thread_ptr -> tx_thread_suspended_next = head_ptr; in _tx_queue_prioritize()
234 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_queue_prioritize()
Dtx_semaphore_prioritize.c115 next_thread = head_ptr -> tx_thread_suspended_next; in _tx_semaphore_prioritize()
138 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_semaphore_prioritize()
191 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_semaphore_prioritize()
206 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_semaphore_prioritize()
227 … next_thread = priority_thread_ptr -> tx_thread_suspended_next; in _tx_semaphore_prioritize()
230 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_semaphore_prioritize()
234 priority_thread_ptr -> tx_thread_suspended_next = head_ptr; in _tx_semaphore_prioritize()
236 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_semaphore_prioritize()
Dtx_mutex_prioritize.c118 next_thread = head_ptr -> tx_thread_suspended_next; in _tx_mutex_prioritize()
141 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_mutex_prioritize()
194 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_mutex_prioritize()
207 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_mutex_prioritize()
228 … next_thread = priority_thread_ptr -> tx_thread_suspended_next; in _tx_mutex_prioritize()
231 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_mutex_prioritize()
235 priority_thread_ptr -> tx_thread_suspended_next = head_ptr; in _tx_mutex_prioritize()
237 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_mutex_prioritize()
Dtx_event_flags_set.c377 next_thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_event_flags_set()
461 if (thread_ptr == thread_ptr -> tx_thread_suspended_next) in _tx_event_flags_set()
475 … next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_event_flags_set()
478 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_event_flags_set()
486 suspended_list = thread_ptr -> tx_thread_suspended_next; in _tx_event_flags_set()
502 thread_ptr -> tx_thread_suspended_next = TX_NULL; in _tx_event_flags_set()
510 last_satisfied -> tx_thread_suspended_next = thread_ptr; in _tx_event_flags_set()
511 thread_ptr -> tx_thread_suspended_next = TX_NULL; in _tx_event_flags_set()
551 next_thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_event_flags_set()
Dtx_queue_receive.c205 next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_queue_receive()
211 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_receive()
329 next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_queue_receive()
335 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_receive()
425 thread_ptr -> tx_thread_suspended_next = thread_ptr; in _tx_queue_receive()
433 thread_ptr -> tx_thread_suspended_next = next_thread; in _tx_queue_receive()
436 previous_thread -> tx_thread_suspended_next = thread_ptr; in _tx_queue_receive()
Dtx_queue_front_send.c212 queue_ptr -> tx_queue_suspension_list = thread_ptr -> tx_thread_suspended_next; in _tx_queue_front_send()
215 next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_queue_front_send()
221 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_front_send()
333 thread_ptr -> tx_thread_suspended_next = thread_ptr; in _tx_queue_front_send()
341 thread_ptr -> tx_thread_suspended_next = next_thread; in _tx_queue_front_send()
344 previous_thread -> tx_thread_suspended_next = thread_ptr; in _tx_queue_front_send()
Dtx_queue_send.c208 queue_ptr -> tx_queue_suspension_list = thread_ptr -> tx_thread_suspended_next; in _tx_queue_send()
211 next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_queue_send()
217 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_send()
332 thread_ptr -> tx_thread_suspended_next = thread_ptr; in _tx_queue_send()
340 thread_ptr -> tx_thread_suspended_next = next_thread; in _tx_queue_send()
343 previous_thread -> tx_thread_suspended_next = thread_ptr; in _tx_queue_send()
Dtx_semaphore_get.c171 thread_ptr -> tx_thread_suspended_next = thread_ptr; in _tx_semaphore_get()
179 thread_ptr -> tx_thread_suspended_next = next_thread; in _tx_semaphore_get()
182 previous_thread -> tx_thread_suspended_next = thread_ptr; in _tx_semaphore_get()
Dtx_block_pool_cleanup.c152 … next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_block_pool_cleanup()
155 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_block_pool_cleanup()
Dtx_semaphore_cleanup.c153 … next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_semaphore_cleanup()
156 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_semaphore_cleanup()

123