Home
last modified time | relevance | path

Searched refs:tx_thread_suspended_previous (Results 1 – 25 of 54) sorted by relevance

123

/ThreadX-v6.4.1/common_smp/src/
Dtx_byte_pool_prioritize.c225 …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()
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()
234 head_ptr -> tx_thread_suspended_previous = priority_thread_ptr; in _tx_byte_pool_prioritize()
Dtx_queue_prioritize.c225 …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()
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()
234 head_ptr -> tx_thread_suspended_previous = priority_thread_ptr; in _tx_queue_prioritize()
Dtx_block_pool_prioritize.c225 …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()
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()
234 head_ptr -> tx_thread_suspended_previous = priority_thread_ptr; in _tx_block_pool_prioritize()
Dtx_semaphore_prioritize.c227 …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()
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()
236 head_ptr -> tx_thread_suspended_previous = priority_thread_ptr; in _tx_semaphore_prioritize()
Dtx_mutex_prioritize.c228 …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()
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()
237 head_ptr -> tx_thread_suspended_previous = priority_thread_ptr; in _tx_mutex_prioritize()
Dtx_queue_receive.c208 … 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()
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()
425 thread_ptr -> tx_thread_suspended_previous = thread_ptr; 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()
436 next_thread -> tx_thread_suspended_previous = thread_ptr; in _tx_queue_receive()
Dtx_semaphore_get.c171 thread_ptr -> tx_thread_suspended_previous = thread_ptr; in _tx_semaphore_get()
179 … previous_thread = next_thread -> tx_thread_suspended_previous; in _tx_semaphore_get()
180 thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_semaphore_get()
182 next_thread -> tx_thread_suspended_previous = thread_ptr; in _tx_semaphore_get()
Dtx_queue_send.c214 … previous_thread = thread_ptr -> tx_thread_suspended_previous; in _tx_queue_send()
215 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_queue_send()
332 thread_ptr -> tx_thread_suspended_previous = thread_ptr; in _tx_queue_send()
340 … previous_thread = next_thread -> tx_thread_suspended_previous; in _tx_queue_send()
341 thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_queue_send()
343 next_thread -> tx_thread_suspended_previous = thread_ptr; in _tx_queue_send()
Dtx_queue_front_send.c218 … previous_thread = thread_ptr -> tx_thread_suspended_previous; in _tx_queue_front_send()
219 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_queue_front_send()
333 thread_ptr -> tx_thread_suspended_previous = thread_ptr; in _tx_queue_front_send()
341 … previous_thread = next_thread -> tx_thread_suspended_previous; in _tx_queue_front_send()
342 thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_queue_front_send()
344 next_thread -> tx_thread_suspended_previous = thread_ptr; in _tx_queue_front_send()
Dtx_event_flags_get.c340 thread_ptr -> tx_thread_suspended_previous = thread_ptr; in _tx_event_flags_get()
348 … previous_thread = next_thread -> tx_thread_suspended_previous; in _tx_event_flags_get()
349 thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_event_flags_get()
351 next_thread -> tx_thread_suspended_previous = thread_ptr; in _tx_event_flags_get()
Dtx_mutex_get.c268 thread_ptr -> tx_thread_suspended_previous = thread_ptr; in _tx_mutex_get()
276 … previous_thread = next_thread -> tx_thread_suspended_previous; in _tx_mutex_get()
277 thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_mutex_get()
279 next_thread -> tx_thread_suspended_previous = thread_ptr; in _tx_mutex_get()
Dtx_block_allocate.c275 thread_ptr -> tx_thread_suspended_previous = thread_ptr; in _tx_block_allocate()
283 … previous_thread = next_thread -> tx_thread_suspended_previous; in _tx_block_allocate()
284 thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_block_allocate()
286 next_thread -> tx_thread_suspended_previous = thread_ptr; in _tx_block_allocate()
/ThreadX-v6.4.1/common/src/
Dtx_block_pool_prioritize.c225 …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()
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()
234 head_ptr -> tx_thread_suspended_previous = priority_thread_ptr; in _tx_block_pool_prioritize()
Dtx_byte_pool_prioritize.c225 …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()
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()
234 head_ptr -> tx_thread_suspended_previous = priority_thread_ptr; in _tx_byte_pool_prioritize()
Dtx_queue_prioritize.c225 …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()
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()
234 head_ptr -> tx_thread_suspended_previous = priority_thread_ptr; in _tx_queue_prioritize()
Dtx_semaphore_prioritize.c227 …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()
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()
236 head_ptr -> tx_thread_suspended_previous = priority_thread_ptr; in _tx_semaphore_prioritize()
Dtx_mutex_prioritize.c228 …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()
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()
237 head_ptr -> tx_thread_suspended_previous = priority_thread_ptr; in _tx_mutex_prioritize()
Dtx_queue_receive.c208 … 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()
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()
425 thread_ptr -> tx_thread_suspended_previous = thread_ptr; 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()
436 next_thread -> tx_thread_suspended_previous = thread_ptr; in _tx_queue_receive()
Dtx_semaphore_get.c171 thread_ptr -> tx_thread_suspended_previous = thread_ptr; in _tx_semaphore_get()
179 … previous_thread = next_thread -> tx_thread_suspended_previous; in _tx_semaphore_get()
180 thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_semaphore_get()
182 next_thread -> tx_thread_suspended_previous = thread_ptr; in _tx_semaphore_get()
Dtx_queue_front_send.c218 … previous_thread = thread_ptr -> tx_thread_suspended_previous; in _tx_queue_front_send()
219 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_queue_front_send()
333 thread_ptr -> tx_thread_suspended_previous = thread_ptr; in _tx_queue_front_send()
341 … previous_thread = next_thread -> tx_thread_suspended_previous; in _tx_queue_front_send()
342 thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_queue_front_send()
344 next_thread -> tx_thread_suspended_previous = thread_ptr; in _tx_queue_front_send()
Dtx_queue_send.c214 … previous_thread = thread_ptr -> tx_thread_suspended_previous; in _tx_queue_send()
215 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_queue_send()
332 thread_ptr -> tx_thread_suspended_previous = thread_ptr; in _tx_queue_send()
340 … previous_thread = next_thread -> tx_thread_suspended_previous; in _tx_queue_send()
341 thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_queue_send()
343 next_thread -> tx_thread_suspended_previous = thread_ptr; in _tx_queue_send()
Dtx_event_flags_get.c340 thread_ptr -> tx_thread_suspended_previous = thread_ptr; in _tx_event_flags_get()
348 … previous_thread = next_thread -> tx_thread_suspended_previous; in _tx_event_flags_get()
349 thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_event_flags_get()
351 next_thread -> tx_thread_suspended_previous = thread_ptr; in _tx_event_flags_get()
Dtx_block_allocate.c275 thread_ptr -> tx_thread_suspended_previous = thread_ptr; in _tx_block_allocate()
283 … previous_thread = next_thread -> tx_thread_suspended_previous; in _tx_block_allocate()
284 thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_block_allocate()
286 next_thread -> tx_thread_suspended_previous = thread_ptr; in _tx_block_allocate()
Dtx_byte_allocate.c315 thread_ptr -> tx_thread_suspended_previous = thread_ptr; in _tx_byte_allocate()
323 … previous_thread = next_thread -> tx_thread_suspended_previous; in _tx_byte_allocate()
324 thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_byte_allocate()
326 next_thread -> tx_thread_suspended_previous = thread_ptr; in _tx_byte_allocate()
Dtx_mutex_get.c268 thread_ptr -> tx_thread_suspended_previous = thread_ptr; in _tx_mutex_get()
276 … previous_thread = next_thread -> tx_thread_suspended_previous; in _tx_mutex_get()
277 thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_mutex_get()
279 next_thread -> tx_thread_suspended_previous = thread_ptr; in _tx_mutex_get()

123