nn::os::LightSemaphore::Acquire Member Function#include <nn/os.h> void Acquire();
None.
Decrements the counter value by one.
If the counter value was already 0, this function blocks until the value becomes greater than or equal to 1, then decrements it.
CONFIDENTIAL