nn::os::LightBarrier::LightBarrier Constructor

Syntax

#include <nn/os.h>

LightBarrier(
     s32 numWait
);

Arguments

Name Description
in numWait Specifies the number of threads to wait for.

Description

Constructor.

Constructor that performs initialization.

You do not need to call Initialize separately.


CONFIDENTIAL