Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common/src/
Dtx_thread_relinquish.c147 thread_ptr -> tx_thread_performance_relinquish_count++; in _tx_thread_relinquish()
Dtx_thread_performance_info_get.c186 *relinquishes = thread_ptr -> tx_thread_performance_relinquish_count; in _tx_thread_performance_info_get()
/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_relinquish.c252 thread_ptr -> tx_thread_performance_relinquish_count++; in _tx_thread_relinquish()
447 thread_ptr -> tx_thread_performance_relinquish_count++; in _tx_thread_relinquish()
Dtx_thread_performance_info_get.c186 *relinquishes = thread_ptr -> tx_thread_performance_relinquish_count; in _tx_thread_performance_info_get()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_thread_information_test.c121 …(relinquishes != thread_0.tx_thread_performance_relinquish_count) || (timeouts != thread_0.tx_thre… in thread_0_entry()
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_thread_information_test.c121 …(relinquishes != thread_0.tx_thread_performance_relinquish_count) || (timeouts != thread_0.tx_thre… in thread_0_entry()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h626 ULONG tx_thread_performance_relinquish_count; member
/ThreadX-v6.4.1/common/inc/
Dtx_api.h594 ULONG tx_thread_performance_relinquish_count; member