Home
last modified time | relevance | path

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

123

/ThreadX-v6.4.1/common_smp/src/
Dtx_byte_pool_prioritize.c84 TX_THREAD *previous_thread; in _tx_byte_pool_prioritize() local
225previous_thread = priority_thread_ptr -> tx_thread_suspended_previous; in _tx_byte_pool_prioritize()
226 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_byte_pool_prioritize()
227 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_byte_pool_prioritize()
230previous_thread = head_ptr -> tx_thread_suspended_previous; in _tx_byte_pool_prioritize()
232 priority_thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_byte_pool_prioritize()
233 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_byte_pool_prioritize()
Dtx_queue_prioritize.c84 TX_THREAD *previous_thread; in _tx_queue_prioritize() local
225previous_thread = priority_thread_ptr -> tx_thread_suspended_previous; in _tx_queue_prioritize()
226 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_queue_prioritize()
227 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_prioritize()
230previous_thread = head_ptr -> tx_thread_suspended_previous; in _tx_queue_prioritize()
232 priority_thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_queue_prioritize()
233 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_queue_prioritize()
Dtx_block_pool_prioritize.c84 TX_THREAD *previous_thread; in _tx_block_pool_prioritize() local
225previous_thread = priority_thread_ptr -> tx_thread_suspended_previous; in _tx_block_pool_prioritize()
226 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_block_pool_prioritize()
227 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_block_pool_prioritize()
230previous_thread = head_ptr -> tx_thread_suspended_previous; in _tx_block_pool_prioritize()
232 priority_thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_block_pool_prioritize()
233 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_block_pool_prioritize()
Dtx_semaphore_prioritize.c84 TX_THREAD *previous_thread; in _tx_semaphore_prioritize() local
227previous_thread = priority_thread_ptr -> tx_thread_suspended_previous; in _tx_semaphore_prioritize()
228 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_semaphore_prioritize()
229 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_semaphore_prioritize()
232previous_thread = head_ptr -> tx_thread_suspended_previous; in _tx_semaphore_prioritize()
234 priority_thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_semaphore_prioritize()
235 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_semaphore_prioritize()
Dtx_mutex_prioritize.c84 TX_THREAD *previous_thread; in _tx_mutex_prioritize() local
228previous_thread = priority_thread_ptr -> tx_thread_suspended_previous; in _tx_mutex_prioritize()
229 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_mutex_prioritize()
230 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_mutex_prioritize()
233previous_thread = head_ptr -> tx_thread_suspended_previous; in _tx_mutex_prioritize()
235 priority_thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_mutex_prioritize()
236 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_mutex_prioritize()
Dtx_thread_delete.c79 TX_THREAD *previous_thread; in _tx_thread_delete() local
144 previous_thread = thread_ptr -> tx_thread_created_previous; in _tx_thread_delete()
145 next_thread -> tx_thread_created_previous = previous_thread; in _tx_thread_delete()
146 previous_thread -> tx_thread_created_next = next_thread; in _tx_thread_delete()
Dtx_queue_receive.c92 TX_THREAD *previous_thread; in _tx_queue_receive() local
208previous_thread = thread_ptr -> tx_thread_suspended_previous; in _tx_queue_receive()
209 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_queue_receive()
210 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_receive()
332previous_thread = thread_ptr -> tx_thread_suspended_previous; in _tx_queue_receive()
333 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_queue_receive()
334 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_receive()
433previous_thread = next_thread -> tx_thread_suspended_previous; in _tx_queue_receive()
434 thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_queue_receive()
435 previous_thread -> tx_thread_suspended_next = thread_ptr; in _tx_queue_receive()
Dtx_block_pool_cleanup.c87 TX_THREAD *previous_thread; in _tx_block_pool_cleanup() local
152previous_thread = thread_ptr -> tx_thread_suspended_previous; in _tx_block_pool_cleanup()
153 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_block_pool_cleanup()
154 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_block_pool_cleanup()
Dtx_semaphore_cleanup.c87 TX_THREAD *previous_thread; in _tx_semaphore_cleanup() local
153previous_thread = thread_ptr -> tx_thread_suspended_previous; in _tx_semaphore_cleanup()
154 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_semaphore_cleanup()
155 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_semaphore_cleanup()
Dtx_byte_pool_cleanup.c87 TX_THREAD *previous_thread; in _tx_byte_pool_cleanup() local
150previous_thread = thread_ptr -> tx_thread_suspended_previous; in _tx_byte_pool_cleanup()
151 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_byte_pool_cleanup()
152 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_byte_pool_cleanup()
Dtx_queue_cleanup.c87 TX_THREAD *previous_thread; in _tx_queue_cleanup() local
152previous_thread = thread_ptr -> tx_thread_suspended_previous; in _tx_queue_cleanup()
153 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_queue_cleanup()
154 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_cleanup()
Dtx_event_flags_cleanup.c88 TX_THREAD *previous_thread; in _tx_event_flags_cleanup() local
166previous_thread = thread_ptr -> tx_thread_suspended_previous; in _tx_event_flags_cleanup()
167 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_event_flags_cleanup()
168 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_event_flags_cleanup()
/ThreadX-v6.4.1/common/src/
Dtx_block_pool_prioritize.c84 TX_THREAD *previous_thread; in _tx_block_pool_prioritize() local
225previous_thread = priority_thread_ptr -> tx_thread_suspended_previous; in _tx_block_pool_prioritize()
226 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_block_pool_prioritize()
227 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_block_pool_prioritize()
230previous_thread = head_ptr -> tx_thread_suspended_previous; in _tx_block_pool_prioritize()
232 priority_thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_block_pool_prioritize()
233 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_block_pool_prioritize()
Dtx_byte_pool_prioritize.c84 TX_THREAD *previous_thread; in _tx_byte_pool_prioritize() local
225previous_thread = priority_thread_ptr -> tx_thread_suspended_previous; in _tx_byte_pool_prioritize()
226 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_byte_pool_prioritize()
227 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_byte_pool_prioritize()
230previous_thread = head_ptr -> tx_thread_suspended_previous; in _tx_byte_pool_prioritize()
232 priority_thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_byte_pool_prioritize()
233 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_byte_pool_prioritize()
Dtx_queue_prioritize.c84 TX_THREAD *previous_thread; in _tx_queue_prioritize() local
225previous_thread = priority_thread_ptr -> tx_thread_suspended_previous; in _tx_queue_prioritize()
226 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_queue_prioritize()
227 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_prioritize()
230previous_thread = head_ptr -> tx_thread_suspended_previous; in _tx_queue_prioritize()
232 priority_thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_queue_prioritize()
233 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_queue_prioritize()
Dtx_semaphore_prioritize.c84 TX_THREAD *previous_thread; in _tx_semaphore_prioritize() local
227previous_thread = priority_thread_ptr -> tx_thread_suspended_previous; in _tx_semaphore_prioritize()
228 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_semaphore_prioritize()
229 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_semaphore_prioritize()
232previous_thread = head_ptr -> tx_thread_suspended_previous; in _tx_semaphore_prioritize()
234 priority_thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_semaphore_prioritize()
235 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_semaphore_prioritize()
Dtx_mutex_prioritize.c84 TX_THREAD *previous_thread; in _tx_mutex_prioritize() local
228previous_thread = priority_thread_ptr -> tx_thread_suspended_previous; in _tx_mutex_prioritize()
229 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_mutex_prioritize()
230 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_mutex_prioritize()
233previous_thread = head_ptr -> tx_thread_suspended_previous; in _tx_mutex_prioritize()
235 priority_thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_mutex_prioritize()
236 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_mutex_prioritize()
Dtx_thread_delete.c79 TX_THREAD *previous_thread; in _tx_thread_delete() local
144 previous_thread = thread_ptr -> tx_thread_created_previous; in _tx_thread_delete()
145 next_thread -> tx_thread_created_previous = previous_thread; in _tx_thread_delete()
146 previous_thread -> tx_thread_created_next = next_thread; in _tx_thread_delete()
Dtx_queue_receive.c92 TX_THREAD *previous_thread; in _tx_queue_receive() local
208previous_thread = thread_ptr -> tx_thread_suspended_previous; in _tx_queue_receive()
209 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_queue_receive()
210 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_receive()
332previous_thread = thread_ptr -> tx_thread_suspended_previous; in _tx_queue_receive()
333 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_queue_receive()
334 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_receive()
433previous_thread = next_thread -> tx_thread_suspended_previous; in _tx_queue_receive()
434 thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_queue_receive()
435 previous_thread -> tx_thread_suspended_next = thread_ptr; in _tx_queue_receive()
Dtx_block_pool_cleanup.c87 TX_THREAD *previous_thread; in _tx_block_pool_cleanup() local
152previous_thread = thread_ptr -> tx_thread_suspended_previous; in _tx_block_pool_cleanup()
153 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_block_pool_cleanup()
154 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_block_pool_cleanup()
Dtx_byte_pool_cleanup.c87 TX_THREAD *previous_thread; in _tx_byte_pool_cleanup() local
150previous_thread = thread_ptr -> tx_thread_suspended_previous; in _tx_byte_pool_cleanup()
151 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_byte_pool_cleanup()
152 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_byte_pool_cleanup()
Dtx_semaphore_cleanup.c87 TX_THREAD *previous_thread; in _tx_semaphore_cleanup() local
153previous_thread = thread_ptr -> tx_thread_suspended_previous; in _tx_semaphore_cleanup()
154 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_semaphore_cleanup()
155 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_semaphore_cleanup()
Dtx_event_flags_cleanup.c88 TX_THREAD *previous_thread; in _tx_event_flags_cleanup() local
166previous_thread = thread_ptr -> tx_thread_suspended_previous; in _tx_event_flags_cleanup()
167 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_event_flags_cleanup()
168 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_event_flags_cleanup()
Dtx_queue_cleanup.c87 TX_THREAD *previous_thread; in _tx_queue_cleanup() local
152previous_thread = thread_ptr -> tx_thread_suspended_previous; in _tx_queue_cleanup()
153 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_queue_cleanup()
154 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_cleanup()
Dtx_semaphore_put.c86 TX_THREAD *previous_thread; in _tx_semaphore_put() local
167previous_thread = thread_ptr -> tx_thread_suspended_previous; in _tx_semaphore_put()
168 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_semaphore_put()
169 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_semaphore_put()

123