Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common/src/
Dtx_queue_initialize.c67 ULONG _tx_queue_performance_full_error_count; variable
Dtx_queue_performance_system_info_get.c137 *full_errors = _tx_queue_performance_full_error_count; in _tx_queue_performance_system_info_get()
Dtx_queue_send.c414 _tx_queue_performance_full_error_count++; in _tx_queue_send()
/ThreadX-v6.4.1/common_smp/src/
Dtx_queue_initialize.c67 ULONG _tx_queue_performance_full_error_count; variable
Dtx_queue_performance_system_info_get.c137 *full_errors = _tx_queue_performance_full_error_count; in _tx_queue_performance_system_info_get()
Dtx_queue_send.c414 _tx_queue_performance_full_error_count++; in _tx_queue_send()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_queue.h155 QUEUE_DECLARE ULONG _tx_queue_performance_full_error_count; variable
/ThreadX-v6.4.1/common/inc/
Dtx_queue.h155 QUEUE_DECLARE ULONG _tx_queue_performance_full_error_count; variable
/ThreadX-v6.4.1/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()
/ThreadX-v6.4.1/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()