nn::os::LightBarrier::Await Member Function

Syntax

#include <nn/os.h>

void Await();

Arguments

None.

Return Values

None.

Description

Waits for the arrival of another thread.

It waits until the number of threads specified by the constructor or Initialize call the Await function.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL