Home
last modified time | relevance | path

Searched refs:PRT_QueueRead (Results 1 - 3 of 3) sorted by relevance

/kernel/uniproton/src/include/uapi/
H A Dprt_queue.h270 extern U32 PRT_QueueRead(U32 queueId, void *bufferAddr, U32 *len, U32 timeOut);
295 * @see PRT_QueueRead
/kernel/uniproton/src/net/lwip-2.1/src/
H A Dsys_arch.c205 U32 ret = PRT_QueueRead((U32)(*mbox), msg ? msg : &ignore, sizeof(void *), tick ? (U32)tick : OS_WAIT_FOREVER); in sys_arch_mbox_fetch()
216 LWIP_DEBUGF(SYS_DEBUG, ("%s: PRT_QueueRead error 0x%x\n", __FUNCTION__, ret)); in sys_arch_mbox_fetch()
228 U32 ret = PRT_QueueRead((U32)*mbox, msg ? msg : &ignore, sizeof(void *), 0); in sys_arch_mbox_tryfetch()
239 LWIP_DEBUGF(SYS_DEBUG, ("%s: PRT_QueueRead error %u\n", __FUNCTION__, ret)); in sys_arch_mbox_tryfetch()
/kernel/uniproton/src/core/ipc/queue/
H A Dprt_queue.c129 OS_SEC_L4_TEXT U32 PRT_QueueRead(U32 queueId, void *bufferAddr, U32 *len, U32 timeOut) in PRT_QueueRead() function

Completed in 2 milliseconds