nn::os::Timer::Wait Member Function

Syntax

void Wait();

Arguments

None.

Return Values

None.

Description

Waits until a timer notification.

If multiple threads call Wait on the same Timer instance, the first thread to begin waiting for the timer is the thread that is started.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL