Searched refs:tx_thread_ready_previous (Results 1 – 14 of 14) sorted by relevance
194 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_time_slice()215 previous_thread = thread_ptr -> tx_thread_ready_previous; in _tx_thread_time_slice()218 next_thread -> tx_thread_ready_previous = previous_thread; in _tx_thread_time_slice()223 head_ptr -> tx_thread_ready_previous = thread_ptr; in _tx_thread_time_slice()224 thread_ptr -> tx_thread_ready_previous = tail_ptr; in _tx_thread_time_slice()
155 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_relinquish()176 previous_thread = thread_ptr -> tx_thread_ready_previous; in _tx_thread_relinquish()179 next_thread -> tx_thread_ready_previous = previous_thread; in _tx_thread_relinquish()184 head_ptr -> tx_thread_ready_previous = thread_ptr; in _tx_thread_relinquish()185 thread_ptr -> tx_thread_ready_previous = tail_ptr; in _tx_thread_relinquish()
1019 …(thread_ptr -> tx_thread_ready_next) -> tx_thread_ready_previous = thread_ptr -> tx_thread_read… in _tx_thread_smp_simple_priority_change()1020 …(thread_ptr -> tx_thread_ready_previous) -> tx_thread_ready_next = thread_ptr -> tx_thread_read… in _tx_thread_smp_simple_priority_change()1088 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_smp_simple_priority_change()1090 head_ptr -> tx_thread_ready_previous = 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()1100 thread_ptr -> tx_thread_ready_previous = thread_ptr; in _tx_thread_smp_simple_priority_change()
367 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_system_resume()369 head_ptr -> tx_thread_ready_previous = thread_ptr; in _tx_thread_system_resume()370 thread_ptr -> tx_thread_ready_previous = tail_ptr; in _tx_thread_system_resume()379 thread_ptr -> tx_thread_ready_previous = thread_ptr; in _tx_thread_system_resume()
428 …(thread_ptr -> tx_thread_ready_next) -> tx_thread_ready_previous = thread_ptr -> tx_thread_read… in _tx_thread_system_suspend()429 …(thread_ptr -> tx_thread_ready_previous) -> tx_thread_ready_next = thread_ptr -> tx_thread_read… in _tx_thread_system_suspend()
204 thread_ptr -> tx_thread_ready_previous = thread_ptr; 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()394 thread_ptr -> tx_thread_ready_previous = tail_ptr; in _tx_thread_system_resume()727 thread_ptr -> tx_thread_ready_previous = thread_ptr;908 tail_ptr = head_ptr -> tx_thread_ready_previous;910 head_ptr -> tx_thread_ready_previous = thread_ptr;911 thread_ptr -> tx_thread_ready_previous = tail_ptr;
263 thread_ptr -> tx_thread_ready_previous = thread_ptr; in _tx_thread_resume()458 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_resume()460 head_ptr -> tx_thread_ready_previous = thread_ptr; in _tx_thread_resume()461 thread_ptr -> tx_thread_ready_previous = tail_ptr; in _tx_thread_resume()
212 ready_previous = thread_ptr -> tx_thread_ready_previous; in _tx_thread_system_suspend()215 ready_next -> tx_thread_ready_previous = ready_previous; in _tx_thread_system_suspend()801 ready_previous = thread_ptr -> tx_thread_ready_previous;804 ready_next -> tx_thread_ready_previous = ready_previous;
340 ready_previous = thread_ptr -> tx_thread_ready_previous; in _tx_thread_suspend()350 ready_next -> tx_thread_ready_previous = ready_previous; in _tx_thread_suspend()
1544 …(thread_ptr -> tx_thread_ready_next) -> tx_thread_ready_previous = thread_ptr -> tx_thread_read… in _tx_thread_smp_simple_priority_change()1545 …(thread_ptr -> tx_thread_ready_previous) -> tx_thread_ready_next = thread_ptr -> tx_thread_read… in _tx_thread_smp_simple_priority_change()1613 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_smp_simple_priority_change()1615 head_ptr -> tx_thread_ready_previous = 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()1625 thread_ptr -> tx_thread_ready_previous = thread_ptr; in _tx_thread_smp_simple_priority_change()
500 *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()
484 *tx_thread_ready_previous; member