Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/common_smp/src/
Dtx_queue_performance_system_info_get.c86 … ULONG *empty_suspensions, ULONG *full_suspensions, ULONG *full_errors, ULONG *timeouts) in _tx_queue_performance_system_info_get() argument
135 if (full_errors != TX_NULL) in _tx_queue_performance_system_info_get()
138 *full_errors = _tx_queue_performance_full_error_count; in _tx_queue_performance_system_info_get()
184 else if (full_errors != TX_NULL) in _tx_queue_performance_system_info_get()
Dtx_queue_performance_info_get.c86 … ULONG *empty_suspensions, ULONG *full_suspensions, ULONG *full_errors, ULONG *timeouts) in _tx_queue_performance_info_get() argument
154 if (full_errors != TX_NULL) in _tx_queue_performance_info_get()
157 *full_errors = queue_ptr -> tx_queue_performance_full_error_count; in _tx_queue_performance_info_get()
208 else if (full_errors != TX_NULL) in _tx_queue_performance_info_get()
/ThreadX-v6.2.1/common/src/
Dtx_queue_performance_system_info_get.c86 … ULONG *empty_suspensions, ULONG *full_suspensions, ULONG *full_errors, ULONG *timeouts) in _tx_queue_performance_system_info_get() argument
135 if (full_errors != TX_NULL) in _tx_queue_performance_system_info_get()
138 *full_errors = _tx_queue_performance_full_error_count; in _tx_queue_performance_system_info_get()
184 else if (full_errors != TX_NULL) in _tx_queue_performance_system_info_get()
Dtx_queue_performance_info_get.c86 … ULONG *empty_suspensions, ULONG *full_suspensions, ULONG *full_errors, ULONG *timeouts) in _tx_queue_performance_info_get() argument
154 if (full_errors != TX_NULL) in _tx_queue_performance_info_get()
157 *full_errors = queue_ptr -> tx_queue_performance_full_error_count; in _tx_queue_performance_info_get()
208 else if (full_errors != TX_NULL) in _tx_queue_performance_info_get()
/ThreadX-v6.2.1/common_modules/module_lib/src/
Dtxm_queue_performance_system_info_get.c77 …es_received, ULONG *empty_suspensions, ULONG *full_suspensions, ULONG *full_errors, ULONG *timeout… in _tx_queue_performance_system_info_get() argument
85 extra_parameters[2] = (ALIGN_TYPE) full_errors; in _tx_queue_performance_system_info_get()
Dtxm_queue_performance_info_get.c77 …es_received, ULONG *empty_suspensions, ULONG *full_suspensions, ULONG *full_errors, ULONG *timeout… in _tx_queue_performance_info_get() argument
86 extra_parameters[3] = (ALIGN_TYPE) full_errors; in _tx_queue_performance_info_get()
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h1695 … ULONG *empty_suspensions, ULONG *full_suspensions, ULONG *full_errors, ULONG *timeouts);
1697 … ULONG *empty_suspensions, ULONG *full_suspensions, ULONG *full_errors, ULONG *timeouts);
/ThreadX-v6.2.1/common/inc/
Dtx_api.h1643 … ULONG *empty_suspensions, ULONG *full_suspensions, ULONG *full_errors, ULONG *timeouts);
1645 … ULONG *empty_suspensions, ULONG *full_suspensions, ULONG *full_errors, ULONG *timeouts);