Home
last modified time | relevance | path

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

123

/ThreadX-v6.3.0/common/src/
Dtx_block_pool_prioritize.c226 …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()
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()
235 head_ptr -> tx_thread_suspended_previous = priority_thread_ptr; in _tx_block_pool_prioritize()
Dtx_byte_pool_prioritize.c226 …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()
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()
235 head_ptr -> tx_thread_suspended_previous = priority_thread_ptr; in _tx_byte_pool_prioritize()
Dtx_queue_prioritize.c226 …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()
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()
235 head_ptr -> tx_thread_suspended_previous = priority_thread_ptr; in _tx_queue_prioritize()
Dtx_semaphore_prioritize.c228 …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()
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()
237 head_ptr -> tx_thread_suspended_previous = priority_thread_ptr; in _tx_semaphore_prioritize()
Dtx_mutex_prioritize.c229 …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()
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()
238 head_ptr -> tx_thread_suspended_previous = priority_thread_ptr; in _tx_mutex_prioritize()
Dtx_queue_receive.c209 … 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()
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()
426 thread_ptr -> tx_thread_suspended_previous = thread_ptr; 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()
437 next_thread -> tx_thread_suspended_previous = thread_ptr; in _tx_queue_receive()
Dtx_semaphore_get.c172 thread_ptr -> tx_thread_suspended_previous = thread_ptr; in _tx_semaphore_get()
180 … previous_thread = next_thread -> tx_thread_suspended_previous; in _tx_semaphore_get()
181 thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_semaphore_get()
183 next_thread -> tx_thread_suspended_previous = thread_ptr; in _tx_semaphore_get()
Dtx_queue_front_send.c219 … previous_thread = thread_ptr -> tx_thread_suspended_previous; in _tx_queue_front_send()
220 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_queue_front_send()
334 thread_ptr -> tx_thread_suspended_previous = thread_ptr; in _tx_queue_front_send()
342 … previous_thread = next_thread -> tx_thread_suspended_previous; in _tx_queue_front_send()
343 thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_queue_front_send()
345 next_thread -> tx_thread_suspended_previous = thread_ptr; in _tx_queue_front_send()
Dtx_queue_send.c215 … previous_thread = thread_ptr -> tx_thread_suspended_previous; in _tx_queue_send()
216 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_queue_send()
333 thread_ptr -> tx_thread_suspended_previous = thread_ptr; in _tx_queue_send()
341 … previous_thread = next_thread -> tx_thread_suspended_previous; in _tx_queue_send()
342 thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_queue_send()
344 next_thread -> tx_thread_suspended_previous = thread_ptr; in _tx_queue_send()
Dtx_event_flags_get.c341 thread_ptr -> tx_thread_suspended_previous = thread_ptr; in _tx_event_flags_get()
349 … previous_thread = next_thread -> tx_thread_suspended_previous; in _tx_event_flags_get()
350 thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_event_flags_get()
352 next_thread -> tx_thread_suspended_previous = thread_ptr; in _tx_event_flags_get()
Dtx_block_allocate.c276 thread_ptr -> tx_thread_suspended_previous = thread_ptr; in _tx_block_allocate()
284 … previous_thread = next_thread -> tx_thread_suspended_previous; in _tx_block_allocate()
285 thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_block_allocate()
287 next_thread -> tx_thread_suspended_previous = thread_ptr; in _tx_block_allocate()
Dtx_byte_allocate.c316 thread_ptr -> tx_thread_suspended_previous = thread_ptr; in _tx_byte_allocate()
324 … previous_thread = next_thread -> tx_thread_suspended_previous; in _tx_byte_allocate()
325 thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_byte_allocate()
327 next_thread -> tx_thread_suspended_previous = thread_ptr; in _tx_byte_allocate()
Dtx_mutex_get.c269 thread_ptr -> tx_thread_suspended_previous = thread_ptr; in _tx_mutex_get()
277 … previous_thread = next_thread -> tx_thread_suspended_previous; in _tx_mutex_get()
278 thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_mutex_get()
280 next_thread -> tx_thread_suspended_previous = thread_ptr; in _tx_mutex_get()
/ThreadX-v6.3.0/common_smp/src/
Dtx_block_pool_prioritize.c226 …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()
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()
235 head_ptr -> tx_thread_suspended_previous = priority_thread_ptr; in _tx_block_pool_prioritize()
Dtx_byte_pool_prioritize.c226 …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()
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()
235 head_ptr -> tx_thread_suspended_previous = priority_thread_ptr; in _tx_byte_pool_prioritize()
Dtx_queue_prioritize.c226 …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()
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()
235 head_ptr -> tx_thread_suspended_previous = priority_thread_ptr; in _tx_queue_prioritize()
Dtx_semaphore_prioritize.c228 …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()
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()
237 head_ptr -> tx_thread_suspended_previous = priority_thread_ptr; in _tx_semaphore_prioritize()
Dtx_mutex_prioritize.c229 …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()
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()
238 head_ptr -> tx_thread_suspended_previous = priority_thread_ptr; in _tx_mutex_prioritize()
Dtx_queue_receive.c209 … 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()
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()
426 thread_ptr -> tx_thread_suspended_previous = thread_ptr; 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()
437 next_thread -> tx_thread_suspended_previous = thread_ptr; in _tx_queue_receive()
Dtx_semaphore_get.c172 thread_ptr -> tx_thread_suspended_previous = thread_ptr; in _tx_semaphore_get()
180 … previous_thread = next_thread -> tx_thread_suspended_previous; in _tx_semaphore_get()
181 thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_semaphore_get()
183 next_thread -> tx_thread_suspended_previous = thread_ptr; in _tx_semaphore_get()
Dtx_queue_front_send.c219 … previous_thread = thread_ptr -> tx_thread_suspended_previous; in _tx_queue_front_send()
220 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_queue_front_send()
334 thread_ptr -> tx_thread_suspended_previous = thread_ptr; in _tx_queue_front_send()
342 … previous_thread = next_thread -> tx_thread_suspended_previous; in _tx_queue_front_send()
343 thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_queue_front_send()
345 next_thread -> tx_thread_suspended_previous = thread_ptr; in _tx_queue_front_send()
Dtx_queue_send.c215 … previous_thread = thread_ptr -> tx_thread_suspended_previous; in _tx_queue_send()
216 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_queue_send()
333 thread_ptr -> tx_thread_suspended_previous = thread_ptr; in _tx_queue_send()
341 … previous_thread = next_thread -> tx_thread_suspended_previous; in _tx_queue_send()
342 thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_queue_send()
344 next_thread -> tx_thread_suspended_previous = thread_ptr; in _tx_queue_send()
Dtx_event_flags_get.c341 thread_ptr -> tx_thread_suspended_previous = thread_ptr; in _tx_event_flags_get()
349 … previous_thread = next_thread -> tx_thread_suspended_previous; in _tx_event_flags_get()
350 thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_event_flags_get()
352 next_thread -> tx_thread_suspended_previous = thread_ptr; in _tx_event_flags_get()
Dtx_mutex_get.c269 thread_ptr -> tx_thread_suspended_previous = thread_ptr; in _tx_mutex_get()
277 … previous_thread = next_thread -> tx_thread_suspended_previous; in _tx_mutex_get()
278 thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_mutex_get()
280 next_thread -> tx_thread_suspended_previous = thread_ptr; in _tx_mutex_get()
Dtx_block_allocate.c276 thread_ptr -> tx_thread_suspended_previous = thread_ptr; in _tx_block_allocate()
284 … previous_thread = next_thread -> tx_thread_suspended_previous; in _tx_block_allocate()
285 thread_ptr -> tx_thread_suspended_previous = previous_thread; in _tx_block_allocate()
287 next_thread -> tx_thread_suspended_previous = thread_ptr; in _tx_block_allocate()

123