Home
last modified time | relevance | path

Searched refs:tx_thread_performance_solicited_preemption_count (Results 1 – 10 of 10) sorted by relevance

/ThreadX-v6.4.1/common/src/
Dtx_thread_performance_info_get.c158 … *solicited_preemptions = thread_ptr -> tx_thread_performance_solicited_preemption_count; in _tx_thread_performance_info_get()
Dtx_thread_preemption_change.c233 thread_ptr -> tx_thread_performance_solicited_preemption_count++; in _tx_thread_preemption_change()
Dtx_thread_system_resume.c280 … execute_ptr -> tx_thread_performance_solicited_preemption_count++; in _tx_thread_system_resume()
801 execute_ptr -> tx_thread_performance_solicited_preemption_count++;
Dtx_thread_resume.c339 execute_ptr -> tx_thread_performance_solicited_preemption_count++; in _tx_thread_resume()
/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_performance_info_get.c158 … *solicited_preemptions = thread_ptr -> tx_thread_performance_solicited_preemption_count; in _tx_thread_performance_info_get()
Dtx_thread_smp_rebalance_execute_list.c461 … mapped_thread -> tx_thread_performance_solicited_preemption_count++; in _tx_thread_smp_rebalance_execute_list()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_thread_information_test.c119 …(solicited_preemptions != thread_0.tx_thread_performance_solicited_preemption_count) || (interrupt… in thread_0_entry()
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_thread_information_test.c119 …(solicited_preemptions != thread_0.tx_thread_performance_solicited_preemption_count) || (interrupt… in thread_0_entry()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h609 ULONG tx_thread_performance_solicited_preemption_count; member
/ThreadX-v6.4.1/common/inc/
Dtx_api.h577 ULONG tx_thread_performance_solicited_preemption_count; member