Lines Matching refs:head_ptr
89 TX_THREAD *head_ptr; in _tx_thread_system_resume() local
197 head_ptr = _tx_thread_priority_list[priority]; in _tx_thread_system_resume()
198 if (head_ptr == TX_NULL) in _tx_thread_system_resume()
391 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_system_resume()
393 head_ptr -> tx_thread_ready_previous = thread_ptr; in _tx_thread_system_resume()
395 thread_ptr -> tx_thread_ready_next = head_ptr; in _tx_thread_system_resume()
628 TX_THREAD *head_ptr;
720 head_ptr = _tx_thread_priority_list[priority];
721 if (head_ptr == TX_NULL)
908 tail_ptr = head_ptr -> tx_thread_ready_previous;
910 head_ptr -> tx_thread_ready_previous = thread_ptr;
912 thread_ptr -> tx_thread_ready_next = head_ptr;