Home
last modified time | relevance | path

Searched refs:_tx_thread_performance_relinquish_count (Results 1 – 8 of 8) sorted by relevance

/ThreadX-v6.2.1/common/src/
Dtx_thread_initialize.c232 ULONG _tx_thread_performance_relinquish_count; variable
380 _tx_thread_performance_relinquish_count = ((ULONG) 0); in _tx_thread_initialize()
Dtx_thread_relinquish.c151 _tx_thread_performance_relinquish_count++; in _tx_thread_relinquish()
Dtx_thread_performance_system_info_get.c169 *relinquishes = _tx_thread_performance_relinquish_count; in _tx_thread_performance_system_info_get()
/ThreadX-v6.2.1/common_smp/src/
Dtx_thread_initialize.c277 ULONG _tx_thread_performance_relinquish_count; variable
410 _tx_thread_performance_relinquish_count = ((ULONG) 0); in _tx_thread_initialize()
Dtx_thread_relinquish.c256 _tx_thread_performance_relinquish_count++; in _tx_thread_relinquish()
451 _tx_thread_performance_relinquish_count++; in _tx_thread_relinquish()
Dtx_thread_performance_system_info_get.c169 *relinquishes = _tx_thread_performance_relinquish_count; in _tx_thread_performance_system_info_get()
/ThreadX-v6.2.1/common/inc/
Dtx_thread.h498 THREAD_DECLARE ULONG _tx_thread_performance_relinquish_count; variable
/ThreadX-v6.2.1/common_smp/inc/
Dtx_thread.h419 THREAD_DECLARE ULONG _tx_thread_performance_relinquish_count; variable