nn::os::WaitObject::WaitAll Member Function#include <nn/os.h>
static bool WaitAll(
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. |
false indicates that the operation timed out. Waits for all objects while using a timeout period.
CONFIDENTIAL