Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common/src/
Dtx_queue_initialize.c68 ULONG _tx_queue_performance_full_error_count; variable
Dtx_queue_performance_system_info_get.c138 *full_errors = _tx_queue_performance_full_error_count; in _tx_queue_performance_system_info_get()
Dtx_queue_send.c415 _tx_queue_performance_full_error_count++; in _tx_queue_send()
/ThreadX-v6.3.0/common_smp/src/
Dtx_queue_initialize.c68 ULONG _tx_queue_performance_full_error_count; variable
Dtx_queue_performance_system_info_get.c138 *full_errors = _tx_queue_performance_full_error_count; in _tx_queue_performance_system_info_get()
Dtx_queue_send.c415 _tx_queue_performance_full_error_count++; in _tx_queue_send()
/ThreadX-v6.3.0/common/inc/
Dtx_queue.h156 QUEUE_DECLARE ULONG _tx_queue_performance_full_error_count; variable
/ThreadX-v6.3.0/common_smp/inc/
Dtx_queue.h156 QUEUE_DECLARE ULONG _tx_queue_performance_full_error_count; variable
/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_queue_information_test.c447 …(full_errors != _tx_queue_performance_full_error_count) || (timeouts != _tx_queue_performance_time… in thread_0_entry()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_queue_information_test.c447 …(full_errors != _tx_queue_performance_full_error_count) || (timeouts != _tx_queue_performance_time… in thread_0_entry()