nnosBlockingQueueTryGetFront Function#include <nn/os.h>
NN_EXTERN_C bool nnosBlockingQueueTryGetFront(
nnosBlockingQueue * this_,
uptr * pOut
);
| Name | Description | |
|---|---|---|
| this_ | ||
| pOut |
See the corresponding C++ function, nn::os::BlockingQueue::TryGetFront.
CONFIDENTIAL