private void EnsureWaitInfo() { if (_waitInfo == null) { _waitInfo = new WaitSubsystem.ThreadWaitInfo(this); } }
private void Initialize() { InitInternal(this); #if TARGET_UNIX || TARGET_BROWSER _waitInfo = new WaitSubsystem.ThreadWaitInfo(this); #endif }
private void PlatformSpecificInitialize() { _waitInfo = new WaitSubsystem.ThreadWaitInfo(this); RuntimeImports.RhSetThreadExitCallback(AddrofIntrinsics.AddrOf <Action>(OnThreadExit)); }
private void PlatformSpecificInitialize() { _waitInfo = new WaitSubsystem.ThreadWaitInfo(this); }