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