Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/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.3.0/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.3.0/common/inc/
Dtx_thread.h498 THREAD_DECLARE ULONG _tx_thread_performance_relinquish_count; variable
/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_thread_information_test.c139 …(relinquishes != _tx_thread_performance_relinquish_count) || (timeouts != _tx_thread_performance_t… in thread_0_entry()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_thread_information_test.c139 …(relinquishes != _tx_thread_performance_relinquish_count) || (timeouts != _tx_thread_performance_t… in thread_0_entry()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_thread.h421 THREAD_DECLARE ULONG _tx_thread_performance_relinquish_count; variable