nn::os::LightBarrier::LightBarrier Constructor#include <nn/os.h>
LightBarrier();
explicit LightBarrier(
s32 numWait
);
LightBarrier()
|
Constructor. |
LightBarrier(s32)
|
Constructor. |
LightBarrier()Constructor that does not initialize.
You must call Initialize separately.
LightBarrier(s32)Constructor that initializes.
You do not need to call Initialize separately.
CONFIDENTIAL