summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_lock.h
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-071-1/+1
* [OpenMP] Remove 'unnecessary parentheses'Jonas Hahnfeld2019-08-151-8/+8
* [OpenMP] Make use of sched_yield optional in runtimeJonathan Peyton2019-02-281-30/+9
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [OpenMP] Fixes for LIBOMP_OMP_VERSION=45/40Roman Lebedev2018-12-151-8/+9
* [OpenMP] Cleanup codeJonathan Peyton2018-08-091-2/+2
* [OpenMP] Use C++11 Atomics - barrier, tasking, and lock codeJonathan Peyton2018-07-091-16/+18
* Minor code cleanupJonathan Peyton2018-01-101-2/+2
* Fix trademarks found by scannerJonathan Peyton2018-01-041-2/+2
* Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4).Joachim Protze2017-11-011-2/+2
* Apply formatting changesJonathan Peyton2017-10-201-2/+0
* Fix static initializers for locks.Jonathan Peyton2017-06-061-4/+5
* Clang-format and whitespace cleanup of source codeJonathan Peyton2017-05-121-764/+739
* Follow up to r289732: Update comments in source files to reference .cpp filesJonathan Peyton2016-12-141-1/+1
* Apply the KMP_USE_FUTEX feature macro everywhereJonathan Peyton2016-06-221-7/+8
* Renaming change: 41 -> 45 and 4.1 -> 4.5Jonathan Peyton2016-06-141-1/+1
* kmp_lock.h: Fix VS2013 build after r271324Hans Wennborg2016-06-091-0/+16
* Use C++11 atomics for ticket locks implementationPaul Osmialowski2016-05-311-8/+25
* Remove trailing whitespace in src/ directoryJonathan Peyton2016-05-201-1/+1
* Exponential back off logic for test-and-set lockJonathan Peyton2016-04-141-0/+13
* Hinted lock (OpenMP 4.5 feature) Updates/Fixes Part 3Jonathan Peyton2015-12-111-4/+33
* Hinted lock (OpenMP 4.5 feature) Updates/Fixes Part 2Jonathan Peyton2015-12-111-50/+48
* Hinted lock (OpenMP 4.5 feature) Updates/FixesJonathan Peyton2015-12-111-41/+42
* Replace DYNA_* names with KMP_* namesJonathan Peyton2015-12-031-47/+47
* [OMPT] Add OMPT events for API lockingJonathan Peyton2015-10-161-24/+27
* This is a preparation patch to get information about the actual release statu...Andrey Churbanov2015-04-291-15/+18
* Added new user-guided lock api, currently disabled. Use KMP_USE_DYNAMIC_LOCK=...Andrey Churbanov2015-02-201-0/+213
* Comments only: removing the Revision and Date svn variables from the top of a...Andrey Churbanov2015-01-271-2/+0
* aarch64 port sent by C. BergstromAndrey Churbanov2015-01-131-6/+6
* I apologise in advance for the size of this check-in. At Intel we doJim Cownie2014-10-071-11/+50
* Commit PowerPC64 support from Carlo Bertolli at IBM.Jim Cownie2014-08-071-1/+1
* Fix typosAlp Toker2014-02-241-1/+1
* For your Christmas hacking pleasure.Jim Cownie2013-12-231-36/+36
* First attempt to import OpenMP runtimeJim Cownie2013-09-271-0/+989
OpenPOWER on IntegriCloud