コード例 #1
0
ファイル: SmartSpinlock.cs プロジェクト: Paul1nh0/Singularity
        public void Unlock(bool iflag)
        {
#if SINGULARITY_MP
            spin.Release(Thread.CurrentThread);
#endif // SINGULARITY_MP
            Processor.RestoreInterrupts(iflag);
        }