Home
last modified time | relevance | path

Searched refs:tx_thread_performance_last_preempting_thread (Results 1 – 9 of 9) sorted by relevance

/ThreadX-v6.4.1/common/src/
Dtx_thread_performance_info_get.c207 *last_preempted_by = thread_ptr -> tx_thread_performance_last_preempting_thread; in _tx_thread_performance_info_get()
Dtx_thread_preemption_change.c237 …thread_ptr -> tx_thread_performance_last_preempting_thread = _tx_thread_priority_list[_tx_thread_… in _tx_thread_preemption_change()
Dtx_thread_system_resume.c297 … execute_ptr -> tx_thread_performance_last_preempting_thread = thread_ptr; in _tx_thread_system_resume()
818 … execute_ptr -> tx_thread_performance_last_preempting_thread = thread_ptr;
Dtx_thread_resume.c356 execute_ptr -> tx_thread_performance_last_preempting_thread = thread_ptr; in _tx_thread_resume()
/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_performance_info_get.c207 *last_preempted_by = thread_ptr -> tx_thread_performance_last_preempting_thread; in _tx_thread_performance_info_get()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_thread_information_test.c122 (last_preempted_by != thread_0.tx_thread_performance_last_preempting_thread)) in thread_0_entry()
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_thread_information_test.c122 (last_preempted_by != thread_0.tx_thread_performance_last_preempting_thread)) in thread_0_entry()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h620 *tx_thread_performance_last_preempting_thread; member
/ThreadX-v6.4.1/common/inc/
Dtx_api.h588 *tx_thread_performance_last_preempting_thread; member