/ThreadX-v6.4.1/common_smp/src/ |
D | tx_byte_pool_prioritize.c | 84 TX_THREAD *previous_thread; in _tx_byte_pool_prioritize() local 225 …previous_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() 230 … previous_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()
|
D | tx_queue_prioritize.c | 84 TX_THREAD *previous_thread; in _tx_queue_prioritize() local 225 …previous_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() 230 … previous_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()
|
D | tx_block_pool_prioritize.c | 84 TX_THREAD *previous_thread; in _tx_block_pool_prioritize() local 225 …previous_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() 230 … previous_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()
|
D | tx_semaphore_prioritize.c | 84 TX_THREAD *previous_thread; in _tx_semaphore_prioritize() local 227 …previous_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() 232 … previous_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()
|
D | tx_mutex_prioritize.c | 84 TX_THREAD *previous_thread; in _tx_mutex_prioritize() local 228 …previous_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() 233 … previous_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()
|
D | tx_thread_delete.c | 79 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()
|
D | tx_queue_receive.c | 92 TX_THREAD *previous_thread; in _tx_queue_receive() local 208 … previous_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() 332 … previous_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() 433 … previous_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()
|
D | tx_block_pool_cleanup.c | 87 TX_THREAD *previous_thread; in _tx_block_pool_cleanup() local 152 … previous_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()
|
D | tx_semaphore_cleanup.c | 87 TX_THREAD *previous_thread; in _tx_semaphore_cleanup() local 153 … previous_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()
|
D | tx_byte_pool_cleanup.c | 87 TX_THREAD *previous_thread; in _tx_byte_pool_cleanup() local 150 … previous_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()
|
D | tx_queue_cleanup.c | 87 TX_THREAD *previous_thread; in _tx_queue_cleanup() local 152 … previous_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()
|
D | tx_event_flags_cleanup.c | 88 TX_THREAD *previous_thread; in _tx_event_flags_cleanup() local 166 … previous_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/ |
D | tx_block_pool_prioritize.c | 84 TX_THREAD *previous_thread; in _tx_block_pool_prioritize() local 225 …previous_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() 230 … previous_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()
|
D | tx_byte_pool_prioritize.c | 84 TX_THREAD *previous_thread; in _tx_byte_pool_prioritize() local 225 …previous_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() 230 … previous_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()
|
D | tx_queue_prioritize.c | 84 TX_THREAD *previous_thread; in _tx_queue_prioritize() local 225 …previous_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() 230 … previous_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()
|
D | tx_semaphore_prioritize.c | 84 TX_THREAD *previous_thread; in _tx_semaphore_prioritize() local 227 …previous_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() 232 … previous_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()
|
D | tx_mutex_prioritize.c | 84 TX_THREAD *previous_thread; in _tx_mutex_prioritize() local 228 …previous_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() 233 … previous_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()
|
D | tx_thread_delete.c | 79 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()
|
D | tx_queue_receive.c | 92 TX_THREAD *previous_thread; in _tx_queue_receive() local 208 … previous_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() 332 … previous_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() 433 … previous_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()
|
D | tx_block_pool_cleanup.c | 87 TX_THREAD *previous_thread; in _tx_block_pool_cleanup() local 152 … previous_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()
|
D | tx_byte_pool_cleanup.c | 87 TX_THREAD *previous_thread; in _tx_byte_pool_cleanup() local 150 … previous_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()
|
D | tx_semaphore_cleanup.c | 87 TX_THREAD *previous_thread; in _tx_semaphore_cleanup() local 153 … previous_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()
|
D | tx_event_flags_cleanup.c | 88 TX_THREAD *previous_thread; in _tx_event_flags_cleanup() local 166 … previous_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()
|
D | tx_queue_cleanup.c | 87 TX_THREAD *previous_thread; in _tx_queue_cleanup() local 152 … previous_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()
|
D | tx_semaphore_put.c | 86 TX_THREAD *previous_thread; in _tx_semaphore_put() local 167 … previous_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()
|