summaryrefslogtreecommitdiff
path: root/flang/runtime/lock.h
Commit message (Expand)AuthorAgeFilesLines
* [flang] Restore old unit locking behaviorPeter Klausler2022-12-081-1/+18
* [flang][runtime] Remove dependency on C++ <mutex> on WindowsMarkus Mützel2022-06-101-0/+12
* [flang] More Fortran runtime support for CHARACTER operationspeter klausler2020-06-171-0/+29
* [flang] Reformat with latest clang-format and .clang-formatTim Keith2020-03-281-2/+3
* [flang] Use hash table for UnitMap, avoid C++ STL binary dependencepeter klausler2020-03-111-1/+2
* [flang] Use std::mutex instead of pthreads (flang-compiler/f18#1006)Steve Scalpone2020-03-051-9/+5
* [flang] Progress on Fortran I/O runtimepeter klausler2020-02-131-1/+1
* [flang] Basic file operation wrapperpeter klausler2020-01-271-0/+47