summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/Synchronization.c
AgeCommit message (Expand)Author
2009-01-30Split out Synchronization Library from Base Librarymdkinney
2008-12-29Update copyright for files modified in this yearqhuang8
2008-12-11Synchronize BaseLib h files to c files.gikidy
2008-11-25Synchronize function comment in MdePkg\Library\BaseLib.h with the instance o...gikidy
2008-10-20removed blank lines to refine source codes.vanjeff
2008-09-17remove unnecessary comments introduced by tools from MdePkg. The regular expr...vanjeff
2008-07-08Code scrub:yshang1
2007-11-30Fix timeout logic in AcquireSpinLock(). It could fail if the end time comput...mdkinney
2007-07-12Removed MdePkg usage of ModuleName: in file headersAJFISH
2007-06-29Removed CommonHeader.h generated file from the MdePkg. AJFISH
2007-06-22Import some basic libraries instances for Mde Packages. vanjeff
2007-06-01Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch
2007-04-04Fixed issue for ICC, since ICC does not allow to cast data with volatile qual...yshang1
2007-04-03Updated MSA file for EBC.yshang1
2007-04-03Add the ReadWriteBarrier in the Acquire/ReleaseSpin to block the unexpected o...yshang1
2007-04-02Add comments on the definition of SPIN_LOCK_RELEASED & SPIN_LOCK_ACQUIREDqhuang8
2007-03-291.Define SPIN_LOCK as "volatile UINTN" to prevent mutli-processor access harz...qhuang8
2007-01-25Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli24
2006-11-24Add volatile to modify LockValue in ReleaseSpinLock().xli24
2006-11-23Add volatile to modify LockValue in AcquireLockOrFail().xli24
2006-11-13git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1931 6f1...xli24
2006-07-191. added functions header for BaseUefiDecompressLivanjeff
2006-06-22In before, FixedPcdGetxx macro was defined as global variable, it is wrong. I...klu2
2006-06-201. Fixed bug for WriteUnaligned24() in Unaligned.c of BaseLibvanjeff
2006-05-29Change SPIN_LOCK_ACQUIRED to 1 and SPIN_LOCK_RELEASED to 2 according to MWG.bxing
2006-04-21Initial import.bbahnsen