Searched refs:tx_thread_ready_previous (Results 1 – 14 of 14) sorted by relevance
193 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_time_slice()214 previous_thread = thread_ptr -> tx_thread_ready_previous; in _tx_thread_time_slice()217 next_thread -> tx_thread_ready_previous = previous_thread; in _tx_thread_time_slice()222 head_ptr -> tx_thread_ready_previous = thread_ptr; in _tx_thread_time_slice()223 thread_ptr -> tx_thread_ready_previous = tail_ptr; in _tx_thread_time_slice()
154 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_relinquish()175 previous_thread = thread_ptr -> tx_thread_ready_previous; in _tx_thread_relinquish()178 next_thread -> tx_thread_ready_previous = previous_thread; in _tx_thread_relinquish()183 head_ptr -> tx_thread_ready_previous = thread_ptr; in _tx_thread_relinquish()184 thread_ptr -> tx_thread_ready_previous = tail_ptr; in _tx_thread_relinquish()
1018 …(thread_ptr -> tx_thread_ready_next) -> tx_thread_ready_previous = thread_ptr -> tx_thread_read… in _tx_thread_smp_simple_priority_change()1019 …(thread_ptr -> tx_thread_ready_previous) -> tx_thread_ready_next = thread_ptr -> tx_thread_read… in _tx_thread_smp_simple_priority_change()1087 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_smp_simple_priority_change()1089 head_ptr -> tx_thread_ready_previous = 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()1099 thread_ptr -> tx_thread_ready_previous = thread_ptr; in _tx_thread_smp_simple_priority_change()
366 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_system_resume()368 head_ptr -> tx_thread_ready_previous = thread_ptr; in _tx_thread_system_resume()369 thread_ptr -> tx_thread_ready_previous = tail_ptr; in _tx_thread_system_resume()378 thread_ptr -> tx_thread_ready_previous = thread_ptr; in _tx_thread_system_resume()
427 …(thread_ptr -> tx_thread_ready_next) -> tx_thread_ready_previous = thread_ptr -> tx_thread_read… in _tx_thread_system_suspend()428 …(thread_ptr -> tx_thread_ready_previous) -> tx_thread_ready_next = thread_ptr -> tx_thread_read… in _tx_thread_system_suspend()
203 thread_ptr -> tx_thread_ready_previous = thread_ptr; 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()393 thread_ptr -> tx_thread_ready_previous = tail_ptr; in _tx_thread_system_resume()726 thread_ptr -> tx_thread_ready_previous = thread_ptr;907 tail_ptr = head_ptr -> tx_thread_ready_previous;909 head_ptr -> tx_thread_ready_previous = thread_ptr;910 thread_ptr -> tx_thread_ready_previous = tail_ptr;
262 thread_ptr -> tx_thread_ready_previous = thread_ptr; in _tx_thread_resume()457 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_resume()459 head_ptr -> tx_thread_ready_previous = thread_ptr; in _tx_thread_resume()460 thread_ptr -> tx_thread_ready_previous = tail_ptr; in _tx_thread_resume()
211 ready_previous = thread_ptr -> tx_thread_ready_previous; in _tx_thread_system_suspend()214 ready_next -> tx_thread_ready_previous = ready_previous; in _tx_thread_system_suspend()800 ready_previous = thread_ptr -> tx_thread_ready_previous;803 ready_next -> tx_thread_ready_previous = ready_previous;
339 ready_previous = thread_ptr -> tx_thread_ready_previous; in _tx_thread_suspend()349 ready_next -> tx_thread_ready_previous = ready_previous; in _tx_thread_suspend()
1543 …(thread_ptr -> tx_thread_ready_next) -> tx_thread_ready_previous = thread_ptr -> tx_thread_read… in _tx_thread_smp_simple_priority_change()1544 …(thread_ptr -> tx_thread_ready_previous) -> tx_thread_ready_next = thread_ptr -> tx_thread_read… in _tx_thread_smp_simple_priority_change()1612 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_smp_simple_priority_change()1614 head_ptr -> tx_thread_ready_previous = 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()1624 thread_ptr -> tx_thread_ready_previous = thread_ptr; in _tx_thread_smp_simple_priority_change()
505 *tx_thread_ready_previous; member
584 init_test_thread.tx_thread_ready_previous = &init_test_thread; in tx_application_define()
698 init_test_thread.tx_thread_ready_previous = &init_test_thread; in tx_application_define()
489 *tx_thread_ready_previous; member