Searched refs:full_errors (Results 1 – 8 of 8) sorted by relevance
| /ThreadX-v6.2.1/common_smp/src/ |
| D | tx_queue_performance_system_info_get.c | 86 … 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()
|
| D | tx_queue_performance_info_get.c | 86 … 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/ |
| D | tx_queue_performance_system_info_get.c | 86 … 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()
|
| D | tx_queue_performance_info_get.c | 86 … 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/ |
| D | txm_queue_performance_system_info_get.c | 77 …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()
|
| D | txm_queue_performance_info_get.c | 77 …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/ |
| D | tx_api.h | 1695 … 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/ |
| D | tx_api.h | 1643 … ULONG *empty_suspensions, ULONG *full_suspensions, ULONG *full_errors, ULONG *timeouts); 1645 … ULONG *empty_suspensions, ULONG *full_suspensions, ULONG *full_errors, ULONG *timeouts);
|