nn::os::WaitObject::WaitAny Member Function

Syntax

#include <nn/os.h>
static s32 WaitAny(
     WaitObject * objs[],
     s32 numObjects
);

Arguments

Name Description
in objs[] Specifies a WaitObject array.
in numObjects Specifies the number of WaitObject objects.

Return Values

Returns the index in the objs array of the object whose Wait operation was released.

Description

Waits for any single object.


CONFIDENTIAL