Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common/src/
Dtx_thread_initialize.c243 ULONG _tx_thread_performance_wait_abort_count; variable
381 _tx_thread_performance_wait_abort_count = ((ULONG) 0); in _tx_thread_initialize()
Dtx_thread_wait_abort.c195 _tx_thread_performance_wait_abort_count++; in _tx_thread_wait_abort()
Dtx_thread_performance_system_info_get.c182 *wait_aborts = _tx_thread_performance_wait_abort_count; in _tx_thread_performance_system_info_get()
/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_initialize.c288 ULONG _tx_thread_performance_wait_abort_count; variable
411 _tx_thread_performance_wait_abort_count = ((ULONG) 0); in _tx_thread_initialize()
Dtx_thread_wait_abort.c195 _tx_thread_performance_wait_abort_count++; in _tx_thread_wait_abort()
Dtx_thread_performance_system_info_get.c182 *wait_aborts = _tx_thread_performance_wait_abort_count; in _tx_thread_performance_system_info_get()
/ThreadX-v6.4.1/common/inc/
Dtx_thread.h509 THREAD_DECLARE ULONG _tx_thread_performance_wait_abort_count; variable
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_thread_information_test.c139 …_tx_thread_performance_timeout_count) || (wait_aborts != _tx_thread_performance_wait_abort_count) … in thread_0_entry()
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_thread_information_test.c139 …_tx_thread_performance_timeout_count) || (wait_aborts != _tx_thread_performance_wait_abort_count) … in thread_0_entry()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_thread.h432 THREAD_DECLARE ULONG _tx_thread_performance_wait_abort_count; variable