GetNumOfWaiting

nn::os::LightBarrier::GetNumOfWaiting Member Function

Syntax

#include <nn/os.h>

s32 GetNumOfWaiting() const;

Parameters

None.

Return Values

Returns the number of threads that are waiting.

Description

Gets the number of threads that are waiting.

It obtains the number of threads that have already arrived and are currently waiting for other threads to arrive.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL