Lines Matching refs:head_ptr
88 TX_THREAD *head_ptr; in _tx_thread_system_resume() local
196 head_ptr = _tx_thread_priority_list[priority]; in _tx_thread_system_resume()
197 if (head_ptr == TX_NULL) in _tx_thread_system_resume()
390 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_system_resume()
392 head_ptr -> tx_thread_ready_previous = thread_ptr; in _tx_thread_system_resume()
394 thread_ptr -> tx_thread_ready_next = head_ptr; in _tx_thread_system_resume()
627 TX_THREAD *head_ptr;
719 head_ptr = _tx_thread_priority_list[priority];
720 if (head_ptr == TX_NULL)
907 tail_ptr = head_ptr -> tx_thread_ready_previous;
909 head_ptr -> tx_thread_ready_previous = thread_ptr;
911 thread_ptr -> tx_thread_ready_next = head_ptr;