Searched refs:nnosBlockingQueueTryGetFront (Results 1 – 3 of 3) sorted by relevance
565 NN_EXTERN_C bool nnosBlockingQueueTryGetFront(nnosBlockingQueue* this_, uptr* pOut);
363 bool nnosBlockingQueueTryGetFront(nnosBlockingQueue* this_, uptr* pOut) in nnosBlockingQueueTryGetFront() function
755 return nnosBlockingQueueTryGetFront(mqId, msg); in NOS_ReadMessage()