Searched refs:tail_ptr (Results 1 – 7 of 7) sorted by relevance
83 TX_THREAD *tail_ptr; in _tx_thread_time_slice() local193 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_time_slice()196 if (thread_ptr != tail_ptr) in _tx_thread_time_slice()221 tail_ptr -> tx_thread_ready_next = thread_ptr; in _tx_thread_time_slice()223 thread_ptr -> tx_thread_ready_previous = tail_ptr; in _tx_thread_time_slice()
83 TX_THREAD *tail_ptr; in _tx_thread_relinquish() local154 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_relinquish()157 if (thread_ptr != tail_ptr) in _tx_thread_relinquish()182 tail_ptr -> tx_thread_ready_next = thread_ptr; in _tx_thread_relinquish()184 thread_ptr -> tx_thread_ready_previous = tail_ptr; in _tx_thread_relinquish()
112 TX_THREAD *tail_ptr; in _tx_thread_system_resume() local366 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_system_resume()367 tail_ptr -> tx_thread_ready_next = thread_ptr; in _tx_thread_system_resume()369 thread_ptr -> tx_thread_ready_previous = tail_ptr; in _tx_thread_system_resume()
1002 TX_THREAD *tail_ptr; in _tx_thread_smp_simple_priority_change() local1087 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_smp_simple_priority_change()1088 tail_ptr -> tx_thread_ready_next = thread_ptr; in _tx_thread_smp_simple_priority_change()1090 thread_ptr -> tx_thread_ready_previous = tail_ptr; in _tx_thread_smp_simple_priority_change()
89 TX_THREAD *tail_ptr; in _tx_thread_system_resume() local390 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_system_resume()391 tail_ptr -> tx_thread_ready_next = thread_ptr; in _tx_thread_system_resume()393 thread_ptr -> tx_thread_ready_previous = tail_ptr; in _tx_thread_system_resume()628 TX_THREAD *tail_ptr;907 tail_ptr = head_ptr -> tx_thread_ready_previous;908 tail_ptr -> tx_thread_ready_next = thread_ptr;910 thread_ptr -> tx_thread_ready_previous = tail_ptr;
87 TX_THREAD *tail_ptr; in _tx_thread_resume() local457 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_resume()458 tail_ptr -> tx_thread_ready_next = thread_ptr; in _tx_thread_resume()460 thread_ptr -> tx_thread_ready_previous = tail_ptr; in _tx_thread_resume()
1527 TX_THREAD *tail_ptr; in _tx_thread_smp_simple_priority_change() local1612 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_smp_simple_priority_change()1613 tail_ptr -> tx_thread_ready_next = thread_ptr; in _tx_thread_smp_simple_priority_change()1615 thread_ptr -> tx_thread_ready_previous = tail_ptr; in _tx_thread_smp_simple_priority_change()