Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_time_slice.c193 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()
Dtx_thread_relinquish.c154 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()
Dtx_thread_smp_utilities.c1018 …(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()
Dtx_thread_system_resume.c366 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()
Dtx_thread_system_suspend.c427 …(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()
/ThreadX-v6.4.1/common/src/
Dtx_thread_system_resume.c203 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;
Dtx_thread_resume.c262 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()
Dtx_thread_system_suspend.c211 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;
Dtx_thread_suspend.c339 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()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_thread.h1543 …(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()
Dtx_api.h505 *tx_thread_ready_previous; member
/ThreadX-v6.4.1/test/tx/regression/
Dtestcontrol.c584 init_test_thread.tx_thread_ready_previous = &init_test_thread; in tx_application_define()
/ThreadX-v6.4.1/test/smp/regression/
Dtestcontrol.c698 init_test_thread.tx_thread_ready_previous = &init_test_thread; in tx_application_define()
/ThreadX-v6.4.1/common/inc/
Dtx_api.h489 *tx_thread_ready_previous; member