nn::os::LightSemaphore::Acquire Member Function

Syntax

#include <nn/os.h>

void Acquire();

Arguments

None.

Return Values

None.

Description

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.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL