Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common/src/
Dtx_thread_initialize.c193 ULONG _tx_thread_performance_resume_count; variable
374 _tx_thread_performance_resume_count = ((ULONG) 0); in _tx_thread_initialize()
Dtx_thread_system_resume.c189 _tx_thread_performance_resume_count++; in _tx_thread_system_resume()
451 _tx_thread_performance_resume_count++; in _tx_thread_system_resume()
607 _tx_thread_performance_resume_count++;
712 _tx_thread_performance_resume_count++;
Dtx_thread_performance_system_info_get.c127 *resumptions = _tx_thread_performance_resume_count; in _tx_thread_performance_system_info_get()
Dtx_thread_resume.c248 _tx_thread_performance_resume_count++; in _tx_thread_resume()
/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_initialize.c238 ULONG _tx_thread_performance_resume_count; variable
404 _tx_thread_performance_resume_count = ((ULONG) 0); in _tx_thread_initialize()
Dtx_thread_performance_system_info_get.c127 *resumptions = _tx_thread_performance_resume_count; in _tx_thread_performance_system_info_get()
Dtx_thread_system_resume.c309 _tx_thread_performance_resume_count++; in _tx_thread_system_resume()
352 _tx_thread_performance_resume_count++; in _tx_thread_system_resume()
/ThreadX-v6.3.0/common/inc/
Dtx_thread.h459 THREAD_DECLARE ULONG _tx_thread_performance_resume_count; variable
/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_thread_information_test.c136 …if ((status != TX_SUCCESS) || (resumptions != _tx_thread_performance_resume_count) || (suspensions… in thread_0_entry()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_thread_information_test.c136 …if ((status != TX_SUCCESS) || (resumptions != _tx_thread_performance_resume_count) || (suspensions… in thread_0_entry()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_thread.h382 THREAD_DECLARE ULONG _tx_thread_performance_resume_count; variable