| /ThreadX-v6.3.0/common/src/ |
| D | tx_block_pool_prioritize.c | 85 TX_THREAD *previous_thread; in _tx_block_pool_prioritize() local 226 …previous_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() 231 … previous_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()
|
| D | tx_byte_pool_prioritize.c | 85 TX_THREAD *previous_thread; in _tx_byte_pool_prioritize() local 226 …previous_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() 231 … previous_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()
|
| D | tx_queue_prioritize.c | 85 TX_THREAD *previous_thread; in _tx_queue_prioritize() local 226 …previous_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() 231 … previous_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()
|
| D | tx_semaphore_prioritize.c | 85 TX_THREAD *previous_thread; in _tx_semaphore_prioritize() local 228 …previous_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() 233 … previous_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()
|
| D | tx_mutex_prioritize.c | 85 TX_THREAD *previous_thread; in _tx_mutex_prioritize() local 229 …previous_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() 234 … previous_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()
|
| D | tx_thread_delete.c | 80 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()
|
| D | tx_queue_receive.c | 93 TX_THREAD *previous_thread; in _tx_queue_receive() local 209 … previous_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() 333 … previous_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() 434 … previous_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()
|
| D | tx_block_pool_cleanup.c | 88 TX_THREAD *previous_thread; in _tx_block_pool_cleanup() local 153 … previous_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()
|
| D | tx_byte_pool_cleanup.c | 88 TX_THREAD *previous_thread; in _tx_byte_pool_cleanup() local 151 … previous_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()
|
| D | tx_semaphore_cleanup.c | 88 TX_THREAD *previous_thread; in _tx_semaphore_cleanup() local 154 … previous_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()
|
| D | tx_event_flags_cleanup.c | 89 TX_THREAD *previous_thread; in _tx_event_flags_cleanup() local 167 … previous_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()
|
| D | tx_queue_cleanup.c | 88 TX_THREAD *previous_thread; in _tx_queue_cleanup() local 153 … previous_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()
|
| D | tx_semaphore_put.c | 87 TX_THREAD *previous_thread; in _tx_semaphore_put() local 168 … previous_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/ |
| D | tx_block_pool_prioritize.c | 85 TX_THREAD *previous_thread; in _tx_block_pool_prioritize() local 226 …previous_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() 231 … previous_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()
|
| D | tx_byte_pool_prioritize.c | 85 TX_THREAD *previous_thread; in _tx_byte_pool_prioritize() local 226 …previous_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() 231 … previous_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()
|
| D | tx_queue_prioritize.c | 85 TX_THREAD *previous_thread; in _tx_queue_prioritize() local 226 …previous_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() 231 … previous_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()
|
| D | tx_semaphore_prioritize.c | 85 TX_THREAD *previous_thread; in _tx_semaphore_prioritize() local 228 …previous_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() 233 … previous_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()
|
| D | tx_mutex_prioritize.c | 85 TX_THREAD *previous_thread; in _tx_mutex_prioritize() local 229 …previous_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() 234 … previous_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()
|
| D | tx_thread_delete.c | 80 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()
|
| D | tx_queue_receive.c | 93 TX_THREAD *previous_thread; in _tx_queue_receive() local 209 … previous_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() 333 … previous_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() 434 … previous_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()
|
| D | tx_block_pool_cleanup.c | 88 TX_THREAD *previous_thread; in _tx_block_pool_cleanup() local 153 … previous_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()
|
| D | tx_semaphore_cleanup.c | 88 TX_THREAD *previous_thread; in _tx_semaphore_cleanup() local 154 … previous_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()
|
| D | tx_byte_pool_cleanup.c | 88 TX_THREAD *previous_thread; in _tx_byte_pool_cleanup() local 151 … previous_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()
|
| D | tx_event_flags_cleanup.c | 89 TX_THREAD *previous_thread; in _tx_event_flags_cleanup() local 167 … previous_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()
|
| D | tx_queue_cleanup.c | 88 TX_THREAD *previous_thread; in _tx_queue_cleanup() local 153 … previous_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()
|