| /ThreadX-v6.4.1/common/src/ |
| D | tx_block_pool_prioritize.c | 114 next_thread = head_ptr -> tx_thread_suspended_next; in _tx_block_pool_prioritize() 137 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_block_pool_prioritize() 190 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_block_pool_prioritize() 203 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_block_pool_prioritize() 224 … next_thread = priority_thread_ptr -> tx_thread_suspended_next; in _tx_block_pool_prioritize() 227 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_block_pool_prioritize() 231 priority_thread_ptr -> tx_thread_suspended_next = head_ptr; 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 | 114 next_thread = head_ptr -> tx_thread_suspended_next; in _tx_byte_pool_prioritize() 137 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_byte_pool_prioritize() 190 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_byte_pool_prioritize() 203 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_byte_pool_prioritize() 224 … next_thread = priority_thread_ptr -> tx_thread_suspended_next; in _tx_byte_pool_prioritize() 227 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_byte_pool_prioritize() 231 priority_thread_ptr -> tx_thread_suspended_next = head_ptr; 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 | 114 next_thread = head_ptr -> tx_thread_suspended_next; in _tx_queue_prioritize() 137 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_queue_prioritize() 190 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_queue_prioritize() 203 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_queue_prioritize() 224 … next_thread = priority_thread_ptr -> tx_thread_suspended_next; in _tx_queue_prioritize() 227 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_prioritize() 231 priority_thread_ptr -> tx_thread_suspended_next = head_ptr; in _tx_queue_prioritize() 233 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_queue_prioritize()
|
| D | tx_semaphore_prioritize.c | 114 next_thread = head_ptr -> tx_thread_suspended_next; in _tx_semaphore_prioritize() 137 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_semaphore_prioritize() 190 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_semaphore_prioritize() 205 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_semaphore_prioritize() 226 … next_thread = priority_thread_ptr -> tx_thread_suspended_next; in _tx_semaphore_prioritize() 229 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_semaphore_prioritize() 233 priority_thread_ptr -> tx_thread_suspended_next = head_ptr; in _tx_semaphore_prioritize() 235 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_semaphore_prioritize()
|
| D | tx_mutex_prioritize.c | 117 next_thread = head_ptr -> tx_thread_suspended_next; in _tx_mutex_prioritize() 140 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_mutex_prioritize() 193 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_mutex_prioritize() 206 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_mutex_prioritize() 227 … next_thread = priority_thread_ptr -> tx_thread_suspended_next; in _tx_mutex_prioritize() 230 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_mutex_prioritize() 234 priority_thread_ptr -> tx_thread_suspended_next = head_ptr; in _tx_mutex_prioritize() 236 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_mutex_prioritize()
|
| D | tx_event_flags_set.c | 376 next_thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_event_flags_set() 460 if (thread_ptr == thread_ptr -> tx_thread_suspended_next) in _tx_event_flags_set() 474 … next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_event_flags_set() 477 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_event_flags_set() 485 suspended_list = thread_ptr -> tx_thread_suspended_next; in _tx_event_flags_set() 501 thread_ptr -> tx_thread_suspended_next = TX_NULL; in _tx_event_flags_set() 509 last_satisfied -> tx_thread_suspended_next = thread_ptr; in _tx_event_flags_set() 510 thread_ptr -> tx_thread_suspended_next = TX_NULL; in _tx_event_flags_set() 550 next_thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_event_flags_set()
|
| D | tx_queue_receive.c | 204 next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_queue_receive() 210 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_receive() 328 next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_queue_receive() 334 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_receive() 424 thread_ptr -> tx_thread_suspended_next = thread_ptr; in _tx_queue_receive() 432 thread_ptr -> tx_thread_suspended_next = next_thread; in _tx_queue_receive() 435 previous_thread -> tx_thread_suspended_next = thread_ptr; in _tx_queue_receive()
|
| D | tx_queue_front_send.c | 211 queue_ptr -> tx_queue_suspension_list = thread_ptr -> tx_thread_suspended_next; in _tx_queue_front_send() 214 next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_queue_front_send() 220 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_front_send() 332 thread_ptr -> tx_thread_suspended_next = thread_ptr; in _tx_queue_front_send() 340 thread_ptr -> tx_thread_suspended_next = next_thread; in _tx_queue_front_send() 343 previous_thread -> tx_thread_suspended_next = thread_ptr; in _tx_queue_front_send()
|
| D | tx_queue_send.c | 207 queue_ptr -> tx_queue_suspension_list = thread_ptr -> tx_thread_suspended_next; in _tx_queue_send() 210 next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_queue_send() 216 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_send() 331 thread_ptr -> tx_thread_suspended_next = thread_ptr; in _tx_queue_send() 339 thread_ptr -> tx_thread_suspended_next = next_thread; in _tx_queue_send() 342 previous_thread -> tx_thread_suspended_next = thread_ptr; in _tx_queue_send()
|
| D | tx_semaphore_get.c | 170 thread_ptr -> tx_thread_suspended_next = thread_ptr; in _tx_semaphore_get() 178 thread_ptr -> tx_thread_suspended_next = next_thread; in _tx_semaphore_get() 181 previous_thread -> tx_thread_suspended_next = thread_ptr; in _tx_semaphore_get()
|
| D | tx_block_pool_cleanup.c | 151 … next_thread = thread_ptr -> tx_thread_suspended_next; 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 | 149 … next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_byte_pool_cleanup() 152 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_byte_pool_cleanup()
|
| D | tx_semaphore_cleanup.c | 152 … next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_semaphore_cleanup() 155 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_semaphore_cleanup()
|
| /ThreadX-v6.4.1/common_smp/src/ |
| D | tx_block_pool_prioritize.c | 114 next_thread = head_ptr -> tx_thread_suspended_next; in _tx_block_pool_prioritize() 137 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_block_pool_prioritize() 190 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_block_pool_prioritize() 203 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_block_pool_prioritize() 224 … next_thread = priority_thread_ptr -> tx_thread_suspended_next; in _tx_block_pool_prioritize() 227 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_block_pool_prioritize() 231 priority_thread_ptr -> tx_thread_suspended_next = head_ptr; 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 | 114 next_thread = head_ptr -> tx_thread_suspended_next; in _tx_byte_pool_prioritize() 137 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_byte_pool_prioritize() 190 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_byte_pool_prioritize() 203 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_byte_pool_prioritize() 224 … next_thread = priority_thread_ptr -> tx_thread_suspended_next; in _tx_byte_pool_prioritize() 227 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_byte_pool_prioritize() 231 priority_thread_ptr -> tx_thread_suspended_next = head_ptr; 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 | 114 next_thread = head_ptr -> tx_thread_suspended_next; in _tx_queue_prioritize() 137 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_queue_prioritize() 190 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_queue_prioritize() 203 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_queue_prioritize() 224 … next_thread = priority_thread_ptr -> tx_thread_suspended_next; in _tx_queue_prioritize() 227 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_prioritize() 231 priority_thread_ptr -> tx_thread_suspended_next = head_ptr; in _tx_queue_prioritize() 233 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_queue_prioritize()
|
| D | tx_semaphore_prioritize.c | 114 next_thread = head_ptr -> tx_thread_suspended_next; in _tx_semaphore_prioritize() 137 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_semaphore_prioritize() 190 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_semaphore_prioritize() 205 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_semaphore_prioritize() 226 … next_thread = priority_thread_ptr -> tx_thread_suspended_next; in _tx_semaphore_prioritize() 229 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_semaphore_prioritize() 233 priority_thread_ptr -> tx_thread_suspended_next = head_ptr; in _tx_semaphore_prioritize() 235 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_semaphore_prioritize()
|
| D | tx_mutex_prioritize.c | 117 next_thread = head_ptr -> tx_thread_suspended_next; in _tx_mutex_prioritize() 140 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_mutex_prioritize() 193 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_mutex_prioritize() 206 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_mutex_prioritize() 227 … next_thread = priority_thread_ptr -> tx_thread_suspended_next; in _tx_mutex_prioritize() 230 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_mutex_prioritize() 234 priority_thread_ptr -> tx_thread_suspended_next = head_ptr; in _tx_mutex_prioritize() 236 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_mutex_prioritize()
|
| D | tx_event_flags_set.c | 376 next_thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_event_flags_set() 460 if (thread_ptr == thread_ptr -> tx_thread_suspended_next) in _tx_event_flags_set() 474 … next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_event_flags_set() 477 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_event_flags_set() 485 suspended_list = thread_ptr -> tx_thread_suspended_next; in _tx_event_flags_set() 501 thread_ptr -> tx_thread_suspended_next = TX_NULL; in _tx_event_flags_set() 509 last_satisfied -> tx_thread_suspended_next = thread_ptr; in _tx_event_flags_set() 510 thread_ptr -> tx_thread_suspended_next = TX_NULL; in _tx_event_flags_set() 550 next_thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_event_flags_set()
|
| D | tx_queue_receive.c | 204 next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_queue_receive() 210 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_receive() 328 next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_queue_receive() 334 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_receive() 424 thread_ptr -> tx_thread_suspended_next = thread_ptr; in _tx_queue_receive() 432 thread_ptr -> tx_thread_suspended_next = next_thread; in _tx_queue_receive() 435 previous_thread -> tx_thread_suspended_next = thread_ptr; in _tx_queue_receive()
|
| D | tx_queue_front_send.c | 211 queue_ptr -> tx_queue_suspension_list = thread_ptr -> tx_thread_suspended_next; in _tx_queue_front_send() 214 next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_queue_front_send() 220 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_front_send() 332 thread_ptr -> tx_thread_suspended_next = thread_ptr; in _tx_queue_front_send() 340 thread_ptr -> tx_thread_suspended_next = next_thread; in _tx_queue_front_send() 343 previous_thread -> tx_thread_suspended_next = thread_ptr; in _tx_queue_front_send()
|
| D | tx_queue_send.c | 207 queue_ptr -> tx_queue_suspension_list = thread_ptr -> tx_thread_suspended_next; in _tx_queue_send() 210 next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_queue_send() 216 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_send() 331 thread_ptr -> tx_thread_suspended_next = thread_ptr; in _tx_queue_send() 339 thread_ptr -> tx_thread_suspended_next = next_thread; in _tx_queue_send() 342 previous_thread -> tx_thread_suspended_next = thread_ptr; in _tx_queue_send()
|
| D | tx_semaphore_get.c | 170 thread_ptr -> tx_thread_suspended_next = thread_ptr; in _tx_semaphore_get() 178 thread_ptr -> tx_thread_suspended_next = next_thread; in _tx_semaphore_get() 181 previous_thread -> tx_thread_suspended_next = thread_ptr; in _tx_semaphore_get()
|
| D | tx_block_pool_cleanup.c | 151 … next_thread = thread_ptr -> tx_thread_suspended_next; 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 | 149 … next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_byte_pool_cleanup() 152 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_byte_pool_cleanup()
|