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