Home
last modified time | relevance | path

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

/kernel/uniproton/src/core/ipc/queue/
H A Dprt_queue.c36 OS_SEC_ALW_INLINE INLINE U32 OsInnerPend(U16 *count, struct TagListObject *pendList, U32 timeOut) in OsInnerPend() function
161 ret = OsInnerPend(&queueCb->readableCnt, &queueCb->readList, timeOut); in PRT_QueueRead()
289 ret = OsInnerPend(&queueCb->writableCnt, &queueCb->writeList, timeOut); in PRT_QueueWrite()

Completed in 1 milliseconds