Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common/src/
Dtx_thread_performance_info_get.c152 *suspensions = thread_ptr -> tx_thread_performance_suspend_count; in _tx_thread_performance_info_get()
Dtx_thread_system_suspend.c156 thread_ptr -> tx_thread_performance_suspend_count++; in _tx_thread_system_suspend()
753 thread_ptr -> tx_thread_performance_suspend_count++;
Dtx_thread_suspend.c298 thread_ptr -> tx_thread_performance_suspend_count++; in _tx_thread_suspend()
/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_performance_info_get.c152 *suspensions = thread_ptr -> tx_thread_performance_suspend_count; in _tx_thread_performance_info_get()
Dtx_thread_system_suspend.c274 thread_ptr -> tx_thread_performance_suspend_count++; in _tx_thread_system_suspend()
/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_thread_information_test.c118 …hread_performance_resume_count) || (suspensions != thread_0.tx_thread_performance_suspend_count) || in thread_0_entry()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_thread_information_test.c118 …hread_performance_resume_count) || (suspensions != thread_0.tx_thread_performance_suspend_count) || in thread_0_entry()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h600 ULONG tx_thread_performance_suspend_count; member
/ThreadX-v6.3.0/common/inc/
Dtx_api.h568 ULONG tx_thread_performance_suspend_count; member