Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/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.c426 …(thread_ptr -> tx_thread_ready_next) -> tx_thread_ready_previous = thread_ptr -> tx_thread_read… in _tx_thread_system_suspend()
427 …(thread_ptr -> tx_thread_ready_previous) -> tx_thread_ready_next = thread_ptr -> tx_thread_read… in _tx_thread_system_suspend()
/ThreadX-v6.2.1/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.2.1/common_smp/inc/
Dtx_thread.h1542 …(thread_ptr -> tx_thread_ready_next) -> tx_thread_ready_previous = thread_ptr -> tx_thread_read… in _tx_thread_smp_simple_priority_change()
1543 …(thread_ptr -> tx_thread_ready_previous) -> tx_thread_ready_next = thread_ptr -> tx_thread_read… in _tx_thread_smp_simple_priority_change()
1611 tail_ptr = head_ptr -> tx_thread_ready_previous; in _tx_thread_smp_simple_priority_change()
1613 head_ptr -> tx_thread_ready_previous = thread_ptr; in _tx_thread_smp_simple_priority_change()
1614 thread_ptr -> tx_thread_ready_previous = tail_ptr; in _tx_thread_smp_simple_priority_change()
1623 thread_ptr -> tx_thread_ready_previous = thread_ptr; in _tx_thread_smp_simple_priority_change()
Dtx_api.h492 *tx_thread_ready_previous; member
/ThreadX-v6.2.1/common/inc/
Dtx_api.h476 *tx_thread_ready_previous; member