Home
last modified time | relevance | path

Searched refs:_tx_thread_performance_suspend_count (Results 1 – 11 of 11) sorted by relevance

/ThreadX-v6.3.0/common/src/
Dtx_thread_initialize.c199 ULONG _tx_thread_performance_suspend_count; variable
375 _tx_thread_performance_suspend_count = ((ULONG) 0); in _tx_thread_initialize()
Dtx_thread_performance_system_info_get.c134 *suspensions = _tx_thread_performance_suspend_count; in _tx_thread_performance_system_info_get()
Dtx_thread_system_suspend.c159 _tx_thread_performance_suspend_count++; in _tx_thread_system_suspend()
756 _tx_thread_performance_suspend_count++;
Dtx_thread_suspend.c301 _tx_thread_performance_suspend_count++; in _tx_thread_suspend()
/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_initialize.c244 ULONG _tx_thread_performance_suspend_count; variable
405 _tx_thread_performance_suspend_count = ((ULONG) 0); in _tx_thread_initialize()
Dtx_thread_performance_system_info_get.c134 *suspensions = _tx_thread_performance_suspend_count; in _tx_thread_performance_system_info_get()
Dtx_thread_system_suspend.c277 _tx_thread_performance_suspend_count++; in _tx_thread_system_suspend()
/ThreadX-v6.3.0/common/inc/
Dtx_thread.h465 THREAD_DECLARE ULONG _tx_thread_performance_suspend_count; variable
/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_thread_information_test.c136 …!= _tx_thread_performance_resume_count) || (suspensions != _tx_thread_performance_suspend_count) || in thread_0_entry()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_thread_information_test.c136 …!= _tx_thread_performance_resume_count) || (suspensions != _tx_thread_performance_suspend_count) || in thread_0_entry()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_thread.h388 THREAD_DECLARE ULONG _tx_thread_performance_suspend_count; variable