Home
last modified time | relevance | path

Searched refs:tx_thread_ready_previous (Results 1 – 14 of 14) sorted by relevance

/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_time_slice.c194 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()
Dtx_thread_relinquish.c155 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()
Dtx_thread_smp_utilities.c1019 …(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()
Dtx_thread_system_resume.c367 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()
Dtx_thread_system_suspend.c428 …(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()
/ThreadX-v6.3.0/common/src/
Dtx_thread_system_resume.c204 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;
Dtx_thread_resume.c263 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()
Dtx_thread_system_suspend.c212 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;
Dtx_thread_suspend.c340 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()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_thread.h1544 …(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()
Dtx_api.h500 *tx_thread_ready_previous; member
/ThreadX-v6.3.0/test/tx/regression/
Dtestcontrol.c584 init_test_thread.tx_thread_ready_previous = &init_test_thread; in tx_application_define()
/ThreadX-v6.3.0/test/smp/regression/
Dtestcontrol.c698 init_test_thread.tx_thread_ready_previous = &init_test_thread; in tx_application_define()
/ThreadX-v6.3.0/common/inc/
Dtx_api.h484 *tx_thread_ready_previous; member