nn::nex::Scheduler::SystemLock Member Function

Syntax

CriticalSection & SystemLock();

Parameters

None.

Return Values

Returns a reference to the critical session needed to lock the system.

Description

Returns a reference to the critical session needed to lock the system.

The system is locked after entering CriticalSection obtained using this function. Blocking functions such as CallContext::Wait and Dispatch cannot be called while the system is locked.

See Also

CriticalSection, ScopedCS

Revision History

2011/01/28
Initial version.

CONFIDENTIAL