Lines Matching refs:next_thread
91 TX_THREAD *next_thread; in _tx_queue_receive() local
204 next_thread = thread_ptr -> tx_thread_suspended_next; in _tx_queue_receive()
205 queue_ptr -> tx_queue_suspension_list = next_thread; in _tx_queue_receive()
209 next_thread -> tx_thread_suspended_previous = previous_thread; 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()
329 queue_ptr -> tx_queue_suspension_list = next_thread; in _tx_queue_receive()
333 next_thread -> tx_thread_suspended_previous = previous_thread; in _tx_queue_receive()
334 previous_thread -> tx_thread_suspended_next = next_thread; in _tx_queue_receive()
431 … next_thread = queue_ptr -> tx_queue_suspension_list; in _tx_queue_receive()
432 thread_ptr -> tx_thread_suspended_next = next_thread; in _tx_queue_receive()
433 … previous_thread = next_thread -> tx_thread_suspended_previous; in _tx_queue_receive()
436 next_thread -> tx_thread_suspended_previous = thread_ptr; in _tx_queue_receive()