summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib/Synchronization.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed issue for ICC, since ICC does not allow to cast data with volatile qual...yshang12007-04-041-2/+2
* Updated MSA file for EBC.yshang12007-04-031-0/+358
* Add the ReadWriteBarrier in the Acquire/ReleaseSpin to block the unexpected o...yshang12007-04-031-362/+0
* Add comments on the definition of SPIN_LOCK_RELEASED & SPIN_LOCK_ACQUIREDqhuang82007-04-021-0/+4
* 1.Define SPIN_LOCK as "volatile UINTN" to prevent mutli-processor access harz...qhuang82007-03-291-4/+4
* Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli242007-01-251-88/+7
* Add volatile to modify LockValue in ReleaseSpinLock().xli242006-11-241-1/+1
* Add volatile to modify LockValue in AcquireLockOrFail().xli242006-11-231-1/+1
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1931 6f1...xli242006-11-131-2/+12
* 1. added functions header for BaseUefiDecompressLivanjeff2006-07-191-0/+74
* In before, FixedPcdGetxx macro was defined as global variable, it is wrong. I...klu22006-06-221-2/+2
* 1. Fixed bug for WriteUnaligned24() in Unaligned.c of BaseLibvanjeff2006-06-201-3/+3
* Change SPIN_LOCK_ACQUIRED to 1 and SPIN_LOCK_RELEASED to 2 according to MWG.bxing2006-05-291-4/+6
* Initial import.bbahnsen2006-04-211-0/+353