Searched refs:messages_received (Results 1 – 8 of 8) sorted by relevance
| /ThreadX-v6.2.1/common_smp/src/ |
| D | tx_queue_performance_system_info_get.c | 85 UINT _tx_queue_performance_system_info_get(ULONG *messages_sent, ULONG *messages_received, in _tx_queue_performance_system_info_get() argument 114 if (messages_received != TX_NULL) in _tx_queue_performance_system_info_get() 117 *messages_received = _tx_queue_performance__messages_received_count; in _tx_queue_performance_system_info_get() 166 else if (messages_received != TX_NULL) in _tx_queue_performance_system_info_get()
|
| D | tx_queue_performance_info_get.c | 85 …_tx_queue_performance_info_get(TX_QUEUE *queue_ptr, ULONG *messages_sent, ULONG *messages_received, in _tx_queue_performance_info_get() argument 133 if (messages_received != TX_NULL) in _tx_queue_performance_info_get() 136 *messages_received = queue_ptr -> tx_queue_performance_messages_received_count; in _tx_queue_performance_info_get() 190 else if (messages_received != TX_NULL) in _tx_queue_performance_info_get()
|
| /ThreadX-v6.2.1/common/src/ |
| D | tx_queue_performance_system_info_get.c | 85 UINT _tx_queue_performance_system_info_get(ULONG *messages_sent, ULONG *messages_received, in _tx_queue_performance_system_info_get() argument 114 if (messages_received != TX_NULL) in _tx_queue_performance_system_info_get() 117 *messages_received = _tx_queue_performance__messages_received_count; in _tx_queue_performance_system_info_get() 166 else if (messages_received != TX_NULL) in _tx_queue_performance_system_info_get()
|
| D | tx_queue_performance_info_get.c | 85 …_tx_queue_performance_info_get(TX_QUEUE *queue_ptr, ULONG *messages_sent, ULONG *messages_received, in _tx_queue_performance_info_get() argument 133 if (messages_received != TX_NULL) in _tx_queue_performance_info_get() 136 *messages_received = queue_ptr -> tx_queue_performance_messages_received_count; in _tx_queue_performance_info_get() 190 else if (messages_received != 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 UINT _tx_queue_performance_system_info_get(ULONG *messages_sent, ULONG *messages_received, ULONG *e… in _tx_queue_performance_system_info_get() argument 89 …ANCE_SYSTEM_INFO_GET_CALL, (ALIGN_TYPE) messages_sent, (ALIGN_TYPE) messages_received, (ALIGN_TYPE… in _tx_queue_performance_system_info_get()
|
| D | txm_queue_performance_info_get.c | 77 …formance_info_get(TX_QUEUE *queue_ptr, ULONG *messages_sent, ULONG *messages_received, ULONG *empt… in _tx_queue_performance_info_get() argument 83 extra_parameters[0] = (ALIGN_TYPE) messages_received; in _tx_queue_performance_info_get()
|
| /ThreadX-v6.2.1/common_smp/inc/ |
| D | tx_api.h | 1694 …_tx_queue_performance_info_get(TX_QUEUE *queue_ptr, ULONG *messages_sent, ULONG *messages_received, 1696 UINT _tx_queue_performance_system_info_get(ULONG *messages_sent, ULONG *messages_received,
|
| /ThreadX-v6.2.1/common/inc/ |
| D | tx_api.h | 1642 …_tx_queue_performance_info_get(TX_QUEUE *queue_ptr, ULONG *messages_sent, ULONG *messages_received, 1644 UINT _tx_queue_performance_system_info_get(ULONG *messages_sent, ULONG *messages_received,
|