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