Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common/src/
Dtx_thread_initialize.c198 ULONG _tx_thread_performance_suspend_count; variable
374 _tx_thread_performance_suspend_count = ((ULONG) 0); in _tx_thread_initialize()
Dtx_thread_performance_system_info_get.c133 *suspensions = _tx_thread_performance_suspend_count; in _tx_thread_performance_system_info_get()
Dtx_thread_system_suspend.c158 _tx_thread_performance_suspend_count++; in _tx_thread_system_suspend()
755 _tx_thread_performance_suspend_count++;
Dtx_thread_suspend.c300 _tx_thread_performance_suspend_count++; in _tx_thread_suspend()
/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_initialize.c243 ULONG _tx_thread_performance_suspend_count; variable
404 _tx_thread_performance_suspend_count = ((ULONG) 0); in _tx_thread_initialize()
Dtx_thread_performance_system_info_get.c133 *suspensions = _tx_thread_performance_suspend_count; in _tx_thread_performance_system_info_get()
Dtx_thread_system_suspend.c276 _tx_thread_performance_suspend_count++; in _tx_thread_system_suspend()
/ThreadX-v6.4.1/common/inc/
Dtx_thread.h464 THREAD_DECLARE ULONG _tx_thread_performance_suspend_count; variable
/ThreadX-v6.4.1/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.4.1/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.4.1/common_smp/inc/
Dtx_thread.h387 THREAD_DECLARE ULONG _tx_thread_performance_suspend_count; variable