Home
last modified time | relevance | path

Searched refs:previous_thread (Results 1 – 25 of 57) sorted by relevance

123

/ThreadX-v6.3.0/common/src/
Dtx_block_pool_prioritize.c85 TX_THREAD *previous_thread; in _tx_block_pool_prioritize() local
226previous_thread = priority_thread_ptr -> tx_thread_suspended_previous; in _tx_block_pool_prioritize()
227 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_block_pool_prioritize()
228 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_block_pool_prioritize()
231previous_thread = head_ptr -> tx_thread_suspended_previous; in _tx_block_pool_prioritize()
233 priority_thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_block_pool_prioritize()
234 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_block_pool_prioritize()
Dtx_byte_pool_prioritize.c85 TX_THREAD *previous_thread; in _tx_byte_pool_prioritize() local
226previous_thread = priority_thread_ptr -> tx_thread_suspended_previous; in _tx_byte_pool_prioritize()
227 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_byte_pool_prioritize()
228 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_byte_pool_prioritize()
231previous_thread = head_ptr -> tx_thread_suspended_previous; in _tx_byte_pool_prioritize()
233 priority_thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_byte_pool_prioritize()
234 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_byte_pool_prioritize()
Dtx_queue_prioritize.c85 TX_THREAD *previous_thread; in _tx_queue_prioritize() local
226previous_thread = priority_thread_ptr -> tx_thread_suspended_previous; in _tx_queue_prioritize()
227 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_queue_prioritize()
228 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_prioritize()
231previous_thread = head_ptr -> tx_thread_suspended_previous; in _tx_queue_prioritize()
233 priority_thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_queue_prioritize()
234 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_queue_prioritize()
Dtx_semaphore_prioritize.c85 TX_THREAD *previous_thread; in _tx_semaphore_prioritize() local
228previous_thread = priority_thread_ptr -> tx_thread_suspended_previous; in _tx_semaphore_prioritize()
229 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_semaphore_prioritize()
230 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_semaphore_prioritize()
233previous_thread = head_ptr -> tx_thread_suspended_previous; in _tx_semaphore_prioritize()
235 priority_thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_semaphore_prioritize()
236 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_semaphore_prioritize()
Dtx_mutex_prioritize.c85 TX_THREAD *previous_thread; in _tx_mutex_prioritize() local
229previous_thread = priority_thread_ptr -> tx_thread_suspended_previous; in _tx_mutex_prioritize()
230 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_mutex_prioritize()
231 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_mutex_prioritize()
234previous_thread = head_ptr -> tx_thread_suspended_previous; in _tx_mutex_prioritize()
236 priority_thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_mutex_prioritize()
237 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_mutex_prioritize()
Dtx_thread_delete.c80 TX_THREAD *previous_thread; in _tx_thread_delete() local
145 previous_thread = thread_ptr -> tx_thread_created_previous; in _tx_thread_delete()
146 next_thread -> tx_thread_created_previous = previous_thread; in _tx_thread_delete()
147 previous_thread -> tx_thread_created_next = next_thread; in _tx_thread_delete()
Dtx_queue_receive.c93 TX_THREAD *previous_thread; in _tx_queue_receive() local
209previous_thread = thread_ptr -> tx_thread_suspended_previous; in _tx_queue_receive()
210 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_queue_receive()
211 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_receive()
333previous_thread = thread_ptr -> tx_thread_suspended_previous; in _tx_queue_receive()
334 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_queue_receive()
335 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_receive()
434previous_thread = next_thread -> tx_thread_suspended_previous; in _tx_queue_receive()
435 thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_queue_receive()
436 previous_thread -> tx_thread_suspended_next = thread_ptr; in _tx_queue_receive()
Dtx_block_pool_cleanup.c88 TX_THREAD *previous_thread; in _tx_block_pool_cleanup() local
153previous_thread = thread_ptr -> tx_thread_suspended_previous; in _tx_block_pool_cleanup()
154 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_block_pool_cleanup()
155 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_block_pool_cleanup()
Dtx_byte_pool_cleanup.c88 TX_THREAD *previous_thread; in _tx_byte_pool_cleanup() local
151previous_thread = thread_ptr -> tx_thread_suspended_previous; in _tx_byte_pool_cleanup()
152 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_byte_pool_cleanup()
153 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_byte_pool_cleanup()
Dtx_semaphore_cleanup.c88 TX_THREAD *previous_thread; in _tx_semaphore_cleanup() local
154previous_thread = thread_ptr -> tx_thread_suspended_previous; in _tx_semaphore_cleanup()
155 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_semaphore_cleanup()
156 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_semaphore_cleanup()
Dtx_event_flags_cleanup.c89 TX_THREAD *previous_thread; in _tx_event_flags_cleanup() local
167previous_thread = thread_ptr -> tx_thread_suspended_previous; in _tx_event_flags_cleanup()
168 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_event_flags_cleanup()
169 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_event_flags_cleanup()
Dtx_queue_cleanup.c88 TX_THREAD *previous_thread; in _tx_queue_cleanup() local
153previous_thread = thread_ptr -> tx_thread_suspended_previous; in _tx_queue_cleanup()
154 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_queue_cleanup()
155 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_cleanup()
Dtx_semaphore_put.c87 TX_THREAD *previous_thread; in _tx_semaphore_put() local
168previous_thread = thread_ptr -> tx_thread_suspended_previous; in _tx_semaphore_put()
169 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_semaphore_put()
170 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_semaphore_put()
/ThreadX-v6.3.0/common_smp/src/
Dtx_block_pool_prioritize.c85 TX_THREAD *previous_thread; in _tx_block_pool_prioritize() local
226previous_thread = priority_thread_ptr -> tx_thread_suspended_previous; in _tx_block_pool_prioritize()
227 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_block_pool_prioritize()
228 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_block_pool_prioritize()
231previous_thread = head_ptr -> tx_thread_suspended_previous; in _tx_block_pool_prioritize()
233 priority_thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_block_pool_prioritize()
234 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_block_pool_prioritize()
Dtx_byte_pool_prioritize.c85 TX_THREAD *previous_thread; in _tx_byte_pool_prioritize() local
226previous_thread = priority_thread_ptr -> tx_thread_suspended_previous; in _tx_byte_pool_prioritize()
227 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_byte_pool_prioritize()
228 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_byte_pool_prioritize()
231previous_thread = head_ptr -> tx_thread_suspended_previous; in _tx_byte_pool_prioritize()
233 priority_thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_byte_pool_prioritize()
234 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_byte_pool_prioritize()
Dtx_queue_prioritize.c85 TX_THREAD *previous_thread; in _tx_queue_prioritize() local
226previous_thread = priority_thread_ptr -> tx_thread_suspended_previous; in _tx_queue_prioritize()
227 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_queue_prioritize()
228 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_prioritize()
231previous_thread = head_ptr -> tx_thread_suspended_previous; in _tx_queue_prioritize()
233 priority_thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_queue_prioritize()
234 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_queue_prioritize()
Dtx_semaphore_prioritize.c85 TX_THREAD *previous_thread; in _tx_semaphore_prioritize() local
228previous_thread = priority_thread_ptr -> tx_thread_suspended_previous; in _tx_semaphore_prioritize()
229 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_semaphore_prioritize()
230 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_semaphore_prioritize()
233previous_thread = head_ptr -> tx_thread_suspended_previous; in _tx_semaphore_prioritize()
235 priority_thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_semaphore_prioritize()
236 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_semaphore_prioritize()
Dtx_mutex_prioritize.c85 TX_THREAD *previous_thread; in _tx_mutex_prioritize() local
229previous_thread = priority_thread_ptr -> tx_thread_suspended_previous; in _tx_mutex_prioritize()
230 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_mutex_prioritize()
231 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_mutex_prioritize()
234previous_thread = head_ptr -> tx_thread_suspended_previous; in _tx_mutex_prioritize()
236 priority_thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_mutex_prioritize()
237 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_mutex_prioritize()
Dtx_thread_delete.c80 TX_THREAD *previous_thread; in _tx_thread_delete() local
145 previous_thread = thread_ptr -> tx_thread_created_previous; in _tx_thread_delete()
146 next_thread -> tx_thread_created_previous = previous_thread; in _tx_thread_delete()
147 previous_thread -> tx_thread_created_next = next_thread; in _tx_thread_delete()
Dtx_queue_receive.c93 TX_THREAD *previous_thread; in _tx_queue_receive() local
209previous_thread = thread_ptr -> tx_thread_suspended_previous; in _tx_queue_receive()
210 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_queue_receive()
211 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_receive()
333previous_thread = thread_ptr -> tx_thread_suspended_previous; in _tx_queue_receive()
334 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_queue_receive()
335 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_receive()
434previous_thread = next_thread -> tx_thread_suspended_previous; in _tx_queue_receive()
435 thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_queue_receive()
436 previous_thread -> tx_thread_suspended_next = thread_ptr; in _tx_queue_receive()
Dtx_block_pool_cleanup.c88 TX_THREAD *previous_thread; in _tx_block_pool_cleanup() local
153previous_thread = thread_ptr -> tx_thread_suspended_previous; in _tx_block_pool_cleanup()
154 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_block_pool_cleanup()
155 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_block_pool_cleanup()
Dtx_semaphore_cleanup.c88 TX_THREAD *previous_thread; in _tx_semaphore_cleanup() local
154previous_thread = thread_ptr -> tx_thread_suspended_previous; in _tx_semaphore_cleanup()
155 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_semaphore_cleanup()
156 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_semaphore_cleanup()
Dtx_byte_pool_cleanup.c88 TX_THREAD *previous_thread; in _tx_byte_pool_cleanup() local
151previous_thread = thread_ptr -> tx_thread_suspended_previous; in _tx_byte_pool_cleanup()
152 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_byte_pool_cleanup()
153 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_byte_pool_cleanup()
Dtx_event_flags_cleanup.c89 TX_THREAD *previous_thread; in _tx_event_flags_cleanup() local
167previous_thread = thread_ptr -> tx_thread_suspended_previous; in _tx_event_flags_cleanup()
168 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_event_flags_cleanup()
169 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_event_flags_cleanup()
Dtx_queue_cleanup.c88 TX_THREAD *previous_thread; in _tx_queue_cleanup() local
153previous_thread = thread_ptr -> tx_thread_suspended_previous; in _tx_queue_cleanup()
154 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_queue_cleanup()
155 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_cleanup()

123