summaryrefslogtreecommitdiff
path: root/openmp/runtime/src/kmp_lock.h
AgeCommit message (Expand)Author
2024-03-09[OpenMP] fix endianness dependent definitions in OMP headers for MSVC (#84540)Vadim Paretsky
2024-02-13[OpenMP][AIX]Define struct kmp_base_tas_lock with the order of two members sw...Xing Xue
2023-02-24[OpenMP] Remove uses of ATOMIC_VAR_INITFangrui Song
2022-01-18[OpenMP] Add use of TPAUSETerry Wilmarth
2021-09-20[OpenMP][host runtime] Fix indirect lock table race conditionPeyton, Jonathan L
2021-02-20[OpenMP][NFC] clang-format the whole openmp projectShilei Tian
2020-12-09[OpenMP] Use RTM lock for OMP lock with synchronization hintHansang Bae
2020-07-28Re-land "[PowerPC] Remove QPX/A2Q BGQ/BGP CNK support"Jinsong Ji
2020-07-27Revert "[PowerPC] Remove QPX/A2Q BGQ/BGP CNK support"Jinsong Ji
2020-07-27[PowerPC] Remove QPX/A2Q BGQ/BGP CNK supportJinsong Ji
2020-04-04[OpenMP] NFC: Fix trivial typoKazuaki Ishizaki
2020-01-07[OpenMP] NFC: Fix trivial typos in commentsKazuaki Ishizaki
2019-08-15[OpenMP] Remove 'unnecessary parentheses'Jonas Hahnfeld
2019-02-28[OpenMP] Make use of sched_yield optional in runtimeJonathan Peyton
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-15[OpenMP] Fixes for LIBOMP_OMP_VERSION=45/40Roman Lebedev
2018-08-09[OpenMP] Cleanup codeJonathan Peyton
2018-07-09[OpenMP] Use C++11 Atomics - barrier, tasking, and lock codeJonathan Peyton
2018-01-10Minor code cleanupJonathan Peyton
2018-01-04Fix trademarks found by scannerJonathan Peyton
2017-11-01Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4).Joachim Protze
2017-10-20Apply formatting changesJonathan Peyton
2017-06-06Fix static initializers for locks.Jonathan Peyton
2017-05-12Clang-format and whitespace cleanup of source codeJonathan Peyton
2016-12-14Follow up to r289732: Update comments in source files to reference .cpp filesJonathan Peyton
2016-06-22Apply the KMP_USE_FUTEX feature macro everywhereJonathan Peyton
2016-06-14Renaming change: 41 -> 45 and 4.1 -> 4.5Jonathan Peyton
2016-06-09kmp_lock.h: Fix VS2013 build after r271324Hans Wennborg
2016-05-31Use C++11 atomics for ticket locks implementationPaul Osmialowski
2016-05-20Remove trailing whitespace in src/ directoryJonathan Peyton
2016-04-14Exponential back off logic for test-and-set lockJonathan Peyton
2015-12-11Hinted lock (OpenMP 4.5 feature) Updates/Fixes Part 3Jonathan Peyton
2015-12-11Hinted lock (OpenMP 4.5 feature) Updates/Fixes Part 2Jonathan Peyton
2015-12-11Hinted lock (OpenMP 4.5 feature) Updates/FixesJonathan Peyton
2015-12-03Replace DYNA_* names with KMP_* namesJonathan Peyton
2015-10-16[OMPT] Add OMPT events for API lockingJonathan Peyton
2015-04-29This is a preparation patch to get information about the actual release statu...Andrey Churbanov
2015-02-20Added new user-guided lock api, currently disabled. Use KMP_USE_DYNAMIC_LOCK=...Andrey Churbanov
2015-01-27Comments only: removing the Revision and Date svn variables from the top of a...Andrey Churbanov
2015-01-13aarch64 port sent by C. BergstromAndrey Churbanov
2014-10-07I apologise in advance for the size of this check-in. At Intel we doJim Cownie
2014-08-07Commit PowerPC64 support from Carlo Bertolli at IBM.Jim Cownie
2014-02-24Fix typosAlp Toker
2013-12-23For your Christmas hacking pleasure.Jim Cownie
2013-09-27First attempt to import OpenMP runtimeJim Cownie