summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib/Synchronization.c
Commit message (Expand)AuthorAgeFilesLines
* Synchronize function comment in MdePkg\Library\BaseLib.h with the instance o...gikidy2008-11-251-8/+8
* removed blank lines to refine source codes.vanjeff2008-10-201-3/+0
* remove unnecessary comments introduced by tools from MdePkg. The regular expr...vanjeff2008-09-171-3/+1
* Code scrub:yshang12008-07-081-5/+6
* Fix timeout logic in AcquireSpinLock(). It could fail if the end time comput...mdkinney2007-11-301-16/+47
* Removed MdePkg usage of ModuleName: in file headersAJFISH2007-07-121-2/+0
* Removed CommonHeader.h generated file from the MdePkg. AJFISH2007-06-291-1/+1
* Import some basic libraries instances for Mde Packages. vanjeff2007-06-221-0/+363
* Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch2007-06-011-358/+0
* 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