Home
last modified time | relevance | path

Searched refs:messages_sent (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
107 if (messages_sent != TX_NULL) in _tx_queue_performance_system_info_get()
110 *messages_sent = _tx_queue_performance_messages_sent_count; in _tx_queue_performance_system_info_get()
160 if (messages_sent != TX_NULL) in _tx_queue_performance_system_info_get()
Dtx_queue_performance_info_get.c85 UINT _tx_queue_performance_info_get(TX_QUEUE *queue_ptr, ULONG *messages_sent, ULONG *messages_rec… in _tx_queue_performance_info_get() argument
126 if (messages_sent != TX_NULL) in _tx_queue_performance_info_get()
129 *messages_sent = queue_ptr -> tx_queue_performance_messages_sent_count; in _tx_queue_performance_info_get()
184 else if (messages_sent != 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
107 if (messages_sent != TX_NULL) in _tx_queue_performance_system_info_get()
110 *messages_sent = _tx_queue_performance_messages_sent_count; in _tx_queue_performance_system_info_get()
160 if (messages_sent != TX_NULL) in _tx_queue_performance_system_info_get()
Dtx_queue_performance_info_get.c85 UINT _tx_queue_performance_info_get(TX_QUEUE *queue_ptr, ULONG *messages_sent, ULONG *messages_rec… in _tx_queue_performance_info_get() argument
126 if (messages_sent != TX_NULL) in _tx_queue_performance_info_get()
129 *messages_sent = queue_ptr -> tx_queue_performance_messages_sent_count; in _tx_queue_performance_info_get()
184 else if (messages_sent != 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 …_dispatcher)(TXM_QUEUE_PERFORMANCE_SYSTEM_INFO_GET_CALL, (ALIGN_TYPE) messages_sent, (ALIGN_TYPE) … in _tx_queue_performance_system_info_get()
Dtxm_queue_performance_info_get.c77 UINT _tx_queue_performance_info_get(TX_QUEUE *queue_ptr, ULONG *messages_sent, ULONG *messages_rece… in _tx_queue_performance_info_get() argument
90 …QUEUE_PERFORMANCE_INFO_GET_CALL, (ALIGN_TYPE) queue_ptr, (ALIGN_TYPE) messages_sent, (ALIGN_TYPE) … in _tx_queue_performance_info_get()
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h1694 UINT _tx_queue_performance_info_get(TX_QUEUE *queue_ptr, ULONG *messages_sent, ULONG *messag…
1696 UINT _tx_queue_performance_system_info_get(ULONG *messages_sent, ULONG *messages_received,
/ThreadX-v6.2.1/common/inc/
Dtx_api.h1642 UINT _tx_queue_performance_info_get(TX_QUEUE *queue_ptr, ULONG *messages_sent, ULONG *messag…
1644 UINT _tx_queue_performance_system_info_get(ULONG *messages_sent, ULONG *messages_received,