nn::os::LightBarrier::GetReleaseCount Member Function

Syntax

#include <nn/os.h>

s32 GetReleaseCount() const;

Arguments

None.

Return Values

Returns the number of threads to wait for.

Description

Gets the number of threads to wait for.

This obtains the number of threads to wait for that was specified by either the constructor or Initialize.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL