nn::os::WaitObject::WaitAny Member Function#include <nn/os.h>
static s32 WaitAny(
WaitObject * objs[],
s32 numObjects,
nn::fnd::TimeSpan timeout
);
| Name | Description | |
|---|---|---|
| in | objs[] | Specifies a WaitObject array. |
| in | numObjects | Specifies the number of WaitObject objects. |
| in | timeout | Specifies the timeout period. |
Wait operation was released. Returns a negative value if the operation timed out. Waits for a single object while using a timeout period.
CONFIDENTIAL