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