nn::os::Semaphore::Semaphore Constructor

Syntax

#include <nn/os.h>

Semaphore();

Parameters

None.

Description

Constructs a semaphore. Does not perform initialization. You must call Initialize to use the semaphore.


CONFIDENTIAL