nnosSafeBlockingQueueTryDequeue Function

Syntax

#include <nn/os.h>

NN_EXTERN_C bool nnosSafeBlockingQueueTryDequeue(
     nnosSafeBlockingQueue * this_,
     uptr * pOut
);

Arguments

Name Description
this_
pOut

Return Values

Description

See the corresponding C++ function, nn::os::SafeBlockingQueue::TryDequeue.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL