Home
last modified time | relevance | path

Searched refs:_txe_queue_send_orig (Results 1 – 2 of 2) sorted by relevance

/TraceRecorderSource-3.4.0/kernelports/ThreadX/include/
DtrcCTI.h743 UINT _txe_queue_send_orig(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) __attribute__((…
747 #pragma weak _txe_queue_send_orig=_txe_queue_send macro
/TraceRecorderSource-3.4.0/kernelports/ThreadX/
DtrcCTI.c66 extern UINT _txe_queue_send_orig(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option);
1174 UINT ret = _txe_queue_send_orig(queue_ptr, source_ptr, wait_option); in _txe_queue_send()