aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/async.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-11libgfortran: Replace mutex with rwlockLipeng Zhu1-0/+4
2023-11-06libgfortran: Fix calloc call by swapping arg order [PR112364]Tobias Burnus1-4/+4
2023-05-08fortran: Fix coding style around free()Bernhard Reutner-Fischer1-2/+2
2023-05-08fortran: Remove conditionals around free()Bernhard Reutner-Fischer1-4/+2
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-05-02Fortran: Async I/O - avoid unlocked unlocking [PR100352]Tobias Burnus1-2/+2
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-05-23Fixes a hang on an invalid ID in a WAIT statement.Thomas Koenig1-0/+7
2020-02-18Use au->lock exclusively for locking in async I/O.Thomas König1-14/+9
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-28libgfortran: Use proper gthr.h APISebastian Huber1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-08-21re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig1-0/+569
2018-07-31Reverting 'AsyncI/O patch committed' as it is breaking bare-metal builds.Andre Vieira1-483/+0
2018-07-25re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig1-0/+483