Searched refs:tail_ptr (Results 1 – 7 of 7) sorted by relevance
84 TX_THREAD *tail_ptr; in _tx_thread_time_slice() local194 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_time_slice()197 if (thread_ptr != tail_ptr) in _tx_thread_time_slice()222 tail_ptr -> tx_thread_ready_next = thread_ptr; in _tx_thread_time_slice()224 thread_ptr -> tx_thread_ready_previous = tail_ptr; in _tx_thread_time_slice()
84 TX_THREAD *tail_ptr; in _tx_thread_relinquish() local155 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_relinquish()158 if (thread_ptr != tail_ptr) in _tx_thread_relinquish()183 tail_ptr -> tx_thread_ready_next = thread_ptr; in _tx_thread_relinquish()185 thread_ptr -> tx_thread_ready_previous = tail_ptr; in _tx_thread_relinquish()
113 TX_THREAD *tail_ptr; in _tx_thread_system_resume() local367 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_system_resume()368 tail_ptr -> tx_thread_ready_next = thread_ptr; in _tx_thread_system_resume()370 thread_ptr -> tx_thread_ready_previous = tail_ptr; in _tx_thread_system_resume()
1003 TX_THREAD *tail_ptr; in _tx_thread_smp_simple_priority_change() local1088 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_smp_simple_priority_change()1089 tail_ptr -> tx_thread_ready_next = thread_ptr; in _tx_thread_smp_simple_priority_change()1091 thread_ptr -> tx_thread_ready_previous = tail_ptr; in _tx_thread_smp_simple_priority_change()
90 TX_THREAD *tail_ptr; in _tx_thread_system_resume() local391 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_system_resume()392 tail_ptr -> tx_thread_ready_next = thread_ptr; in _tx_thread_system_resume()394 thread_ptr -> tx_thread_ready_previous = tail_ptr; in _tx_thread_system_resume()629 TX_THREAD *tail_ptr;908 tail_ptr = head_ptr -> tx_thread_ready_previous;909 tail_ptr -> tx_thread_ready_next = thread_ptr;911 thread_ptr -> tx_thread_ready_previous = tail_ptr;
88 TX_THREAD *tail_ptr; in _tx_thread_resume() local458 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_resume()459 tail_ptr -> tx_thread_ready_next = thread_ptr; in _tx_thread_resume()461 thread_ptr -> tx_thread_ready_previous = tail_ptr; in _tx_thread_resume()
1528 TX_THREAD *tail_ptr; in _tx_thread_smp_simple_priority_change() local1613 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_smp_simple_priority_change()1614 tail_ptr -> tx_thread_ready_next = thread_ptr; in _tx_thread_smp_simple_priority_change()1616 thread_ptr -> tx_thread_ready_previous = tail_ptr; in _tx_thread_smp_simple_priority_change()