Esempio n. 1
0
        public void Unlock(bool iflag)
        {
#if SINGULARITY_MP
            spin.Release(Thread.CurrentThread);
#endif // SINGULARITY_MP
            Processor.RestoreInterrupts(iflag);
        }