BlockingQueue

nn::os::BlockingQueue::BlockingQueue Constructor

Syntax

#include <nn/os.h>

BlockingQueue(
     uptr buffer[],
     size_t size
);

Parameters

Name Description
in buffer[] Buffer to use for the queue. Specify an array of type uptr.
in size Buffer size. Specify the number of elements in the array.

Description

Constructor.

Constructs and initializes a blocking queue.


CONFIDENTIAL