Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/common_smp/src/
Dtx_queue_performance_system_info_get.c85 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()
Dtx_queue_performance_info_get.c85 …_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/
Dtx_queue_performance_system_info_get.c85 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()
Dtx_queue_performance_info_get.c85 …_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/
Dtxm_queue_performance_system_info_get.c77 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()
Dtxm_queue_performance_info_get.c77 …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/
Dtx_api.h1694 …_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/
Dtx_api.h1642 …_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,