summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows/RWMutex.inc
Commit message (Expand)AuthorAgeFilesLines
* [Support] Base RWMutex on std::shared_timed_mutex (C++14)Benjamin Kramer2019-08-151-128/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Report fatal error in the case of out of memorySerge Pavlov2018-02-201-2/+2
* Revert r325224 "Report fatal error in the case of out of memory"Serge Pavlov2018-02-151-2/+2
* Report fatal error in the case of out of memorySerge Pavlov2018-02-151-2/+2
* Remove more name space pollution from .inc filesKristof Beyls2017-03-311-7/+6
* PR21202: Memory leak in Windows RWMutexImpl when using SRWLOCKDavid Blaikie2014-10-211-5/+3
* Rename Windows.h to WindowsSupport.h to avoid ambiguityReid Kleckner2014-02-121-1/+1
* Windows: Don't bother with pinning Kernel32.dllDavid Majnemer2013-10-141-3/+1
* Windows: Use GetModuleHandleEx instead of LoadLibraryDavid Majnemer2013-10-131-2/+2
* Windows: Be more explicit with Win32 APIsDavid Majnemer2013-10-071-1/+1
* Remove tabs.Bill Wendling2012-07-191-3/+3
* Support/Windows: Add efficent RW mutex on Windows. Patch by Aaron Ballman!Michael J. Spencer2011-10-131-11/+87
* Now to chant the magical incantation that will exorcise the System libraryCharles Davis2010-11-291-1/+1
* Merge System into Support.Michael J. Spencer2010-11-291-0/+58
OpenPOWER on IntegriCloud