| /ThreadX-v6.3.0/common/src/ |
| D | tx_block_pool_prioritize.c | 115 next_thread = head_ptr -> tx_thread_suspended_next; in _tx_block_pool_prioritize() 138 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_block_pool_prioritize() 191 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_block_pool_prioritize() 204 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_block_pool_prioritize() 225 … next_thread = priority_thread_ptr -> tx_thread_suspended_next; in _tx_block_pool_prioritize() 228 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_block_pool_prioritize() 232 priority_thread_ptr -> tx_thread_suspended_next = head_ptr; 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 | 115 next_thread = head_ptr -> tx_thread_suspended_next; in _tx_byte_pool_prioritize() 138 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_byte_pool_prioritize() 191 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_byte_pool_prioritize() 204 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_byte_pool_prioritize() 225 … next_thread = priority_thread_ptr -> tx_thread_suspended_next; in _tx_byte_pool_prioritize() 228 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_byte_pool_prioritize() 232 priority_thread_ptr -> tx_thread_suspended_next = head_ptr; 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 | 115 next_thread = head_ptr -> tx_thread_suspended_next; in _tx_queue_prioritize() 138 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_queue_prioritize() 191 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_queue_prioritize() 204 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_queue_prioritize() 225 … next_thread = priority_thread_ptr -> tx_thread_suspended_next; in _tx_queue_prioritize() 228 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_prioritize() 232 priority_thread_ptr -> tx_thread_suspended_next = head_ptr; in _tx_queue_prioritize() 234 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_queue_prioritize()
|
| D | tx_semaphore_prioritize.c | 115 next_thread = head_ptr -> tx_thread_suspended_next; in _tx_semaphore_prioritize() 138 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_semaphore_prioritize() 191 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_semaphore_prioritize() 206 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_semaphore_prioritize() 227 … next_thread = priority_thread_ptr -> tx_thread_suspended_next; in _tx_semaphore_prioritize() 230 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_semaphore_prioritize() 234 priority_thread_ptr -> tx_thread_suspended_next = head_ptr; in _tx_semaphore_prioritize() 236 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_semaphore_prioritize()
|
| D | tx_mutex_prioritize.c | 118 next_thread = head_ptr -> tx_thread_suspended_next; in _tx_mutex_prioritize() 141 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_mutex_prioritize() 194 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_mutex_prioritize() 207 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_mutex_prioritize() 228 … next_thread = priority_thread_ptr -> tx_thread_suspended_next; in _tx_mutex_prioritize() 231 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_mutex_prioritize() 235 priority_thread_ptr -> tx_thread_suspended_next = head_ptr; in _tx_mutex_prioritize() 237 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_mutex_prioritize()
|
| D | tx_event_flags_set.c | 377 next_thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_event_flags_set() 461 if (thread_ptr == thread_ptr -> tx_thread_suspended_next) in _tx_event_flags_set() 475 … next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_event_flags_set() 478 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_event_flags_set() 486 suspended_list = thread_ptr -> tx_thread_suspended_next; in _tx_event_flags_set() 502 thread_ptr -> tx_thread_suspended_next = TX_NULL; in _tx_event_flags_set() 510 last_satisfied -> tx_thread_suspended_next = thread_ptr; in _tx_event_flags_set() 511 thread_ptr -> tx_thread_suspended_next = TX_NULL; in _tx_event_flags_set() 551 next_thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_event_flags_set()
|
| D | tx_queue_receive.c | 205 next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_queue_receive() 211 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_receive() 329 next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_queue_receive() 335 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_receive() 425 thread_ptr -> tx_thread_suspended_next = thread_ptr; in _tx_queue_receive() 433 thread_ptr -> tx_thread_suspended_next = next_thread; in _tx_queue_receive() 436 previous_thread -> tx_thread_suspended_next = thread_ptr; in _tx_queue_receive()
|
| D | tx_queue_front_send.c | 212 queue_ptr -> tx_queue_suspension_list = thread_ptr -> tx_thread_suspended_next; in _tx_queue_front_send() 215 next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_queue_front_send() 221 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_front_send() 333 thread_ptr -> tx_thread_suspended_next = thread_ptr; in _tx_queue_front_send() 341 thread_ptr -> tx_thread_suspended_next = next_thread; in _tx_queue_front_send() 344 previous_thread -> tx_thread_suspended_next = thread_ptr; in _tx_queue_front_send()
|
| D | tx_queue_send.c | 208 queue_ptr -> tx_queue_suspension_list = thread_ptr -> tx_thread_suspended_next; in _tx_queue_send() 211 next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_queue_send() 217 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_send() 332 thread_ptr -> tx_thread_suspended_next = thread_ptr; in _tx_queue_send() 340 thread_ptr -> tx_thread_suspended_next = next_thread; in _tx_queue_send() 343 previous_thread -> tx_thread_suspended_next = thread_ptr; in _tx_queue_send()
|
| D | tx_semaphore_get.c | 171 thread_ptr -> tx_thread_suspended_next = thread_ptr; in _tx_semaphore_get() 179 thread_ptr -> tx_thread_suspended_next = next_thread; in _tx_semaphore_get() 182 previous_thread -> tx_thread_suspended_next = thread_ptr; in _tx_semaphore_get()
|
| D | tx_block_pool_cleanup.c | 152 … next_thread = thread_ptr -> tx_thread_suspended_next; 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 | 150 … next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_byte_pool_cleanup() 153 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_byte_pool_cleanup()
|
| D | tx_semaphore_cleanup.c | 153 … next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_semaphore_cleanup() 156 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_semaphore_cleanup()
|
| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_block_pool_prioritize.c | 115 next_thread = head_ptr -> tx_thread_suspended_next; in _tx_block_pool_prioritize() 138 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_block_pool_prioritize() 191 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_block_pool_prioritize() 204 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_block_pool_prioritize() 225 … next_thread = priority_thread_ptr -> tx_thread_suspended_next; in _tx_block_pool_prioritize() 228 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_block_pool_prioritize() 232 priority_thread_ptr -> tx_thread_suspended_next = head_ptr; 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 | 115 next_thread = head_ptr -> tx_thread_suspended_next; in _tx_byte_pool_prioritize() 138 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_byte_pool_prioritize() 191 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_byte_pool_prioritize() 204 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_byte_pool_prioritize() 225 … next_thread = priority_thread_ptr -> tx_thread_suspended_next; in _tx_byte_pool_prioritize() 228 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_byte_pool_prioritize() 232 priority_thread_ptr -> tx_thread_suspended_next = head_ptr; 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 | 115 next_thread = head_ptr -> tx_thread_suspended_next; in _tx_queue_prioritize() 138 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_queue_prioritize() 191 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_queue_prioritize() 204 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_queue_prioritize() 225 … next_thread = priority_thread_ptr -> tx_thread_suspended_next; in _tx_queue_prioritize() 228 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_prioritize() 232 priority_thread_ptr -> tx_thread_suspended_next = head_ptr; in _tx_queue_prioritize() 234 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_queue_prioritize()
|
| D | tx_semaphore_prioritize.c | 115 next_thread = head_ptr -> tx_thread_suspended_next; in _tx_semaphore_prioritize() 138 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_semaphore_prioritize() 191 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_semaphore_prioritize() 206 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_semaphore_prioritize() 227 … next_thread = priority_thread_ptr -> tx_thread_suspended_next; in _tx_semaphore_prioritize() 230 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_semaphore_prioritize() 234 priority_thread_ptr -> tx_thread_suspended_next = head_ptr; in _tx_semaphore_prioritize() 236 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_semaphore_prioritize()
|
| D | tx_mutex_prioritize.c | 118 next_thread = head_ptr -> tx_thread_suspended_next; in _tx_mutex_prioritize() 141 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_mutex_prioritize() 194 thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_mutex_prioritize() 207 thread_ptr = priority_thread_ptr -> tx_thread_suspended_next; in _tx_mutex_prioritize() 228 … next_thread = priority_thread_ptr -> tx_thread_suspended_next; in _tx_mutex_prioritize() 231 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_mutex_prioritize() 235 priority_thread_ptr -> tx_thread_suspended_next = head_ptr; in _tx_mutex_prioritize() 237 previous_thread -> tx_thread_suspended_next = priority_thread_ptr; in _tx_mutex_prioritize()
|
| D | tx_event_flags_set.c | 377 next_thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_event_flags_set() 461 if (thread_ptr == thread_ptr -> tx_thread_suspended_next) in _tx_event_flags_set() 475 … next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_event_flags_set() 478 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_event_flags_set() 486 suspended_list = thread_ptr -> tx_thread_suspended_next; in _tx_event_flags_set() 502 thread_ptr -> tx_thread_suspended_next = TX_NULL; in _tx_event_flags_set() 510 last_satisfied -> tx_thread_suspended_next = thread_ptr; in _tx_event_flags_set() 511 thread_ptr -> tx_thread_suspended_next = TX_NULL; in _tx_event_flags_set() 551 next_thread_ptr = thread_ptr -> tx_thread_suspended_next; in _tx_event_flags_set()
|
| D | tx_queue_receive.c | 205 next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_queue_receive() 211 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_receive() 329 next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_queue_receive() 335 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_receive() 425 thread_ptr -> tx_thread_suspended_next = thread_ptr; in _tx_queue_receive() 433 thread_ptr -> tx_thread_suspended_next = next_thread; in _tx_queue_receive() 436 previous_thread -> tx_thread_suspended_next = thread_ptr; in _tx_queue_receive()
|
| D | tx_queue_front_send.c | 212 queue_ptr -> tx_queue_suspension_list = thread_ptr -> tx_thread_suspended_next; in _tx_queue_front_send() 215 next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_queue_front_send() 221 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_front_send() 333 thread_ptr -> tx_thread_suspended_next = thread_ptr; in _tx_queue_front_send() 341 thread_ptr -> tx_thread_suspended_next = next_thread; in _tx_queue_front_send() 344 previous_thread -> tx_thread_suspended_next = thread_ptr; in _tx_queue_front_send()
|
| D | tx_queue_send.c | 208 queue_ptr -> tx_queue_suspension_list = thread_ptr -> tx_thread_suspended_next; in _tx_queue_send() 211 next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_queue_send() 217 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_send() 332 thread_ptr -> tx_thread_suspended_next = thread_ptr; in _tx_queue_send() 340 thread_ptr -> tx_thread_suspended_next = next_thread; in _tx_queue_send() 343 previous_thread -> tx_thread_suspended_next = thread_ptr; in _tx_queue_send()
|
| D | tx_semaphore_get.c | 171 thread_ptr -> tx_thread_suspended_next = thread_ptr; in _tx_semaphore_get() 179 thread_ptr -> tx_thread_suspended_next = next_thread; in _tx_semaphore_get() 182 previous_thread -> tx_thread_suspended_next = thread_ptr; in _tx_semaphore_get()
|
| D | tx_block_pool_cleanup.c | 152 … next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_block_pool_cleanup() 155 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_block_pool_cleanup()
|
| D | tx_semaphore_cleanup.c | 153 … next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_semaphore_cleanup() 156 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_semaphore_cleanup()
|