Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common/src/
Dtx_thread_performance_info_get.c208 *last_preempted_by = thread_ptr -> tx_thread_performance_last_preempting_thread; in _tx_thread_performance_info_get()
Dtx_thread_preemption_change.c238 …thread_ptr -> tx_thread_performance_last_preempting_thread = _tx_thread_priority_list[_tx_thread_… in _tx_thread_preemption_change()
Dtx_thread_system_resume.c298 … execute_ptr -> tx_thread_performance_last_preempting_thread = thread_ptr; in _tx_thread_system_resume()
819 … execute_ptr -> tx_thread_performance_last_preempting_thread = thread_ptr;
Dtx_thread_resume.c357 execute_ptr -> tx_thread_performance_last_preempting_thread = thread_ptr; in _tx_thread_resume()
/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_performance_info_get.c208 *last_preempted_by = thread_ptr -> tx_thread_performance_last_preempting_thread; in _tx_thread_performance_info_get()
/ThreadX-v6.3.0/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.3.0/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.3.0/common_smp/inc/
Dtx_api.h615 *tx_thread_performance_last_preempting_thread; member
/ThreadX-v6.3.0/common/inc/
Dtx_api.h583 *tx_thread_performance_last_preempting_thread; member