aboutsummaryrefslogtreecommitdiff
path: root/runtime/src/kmp_lock.cpp
AgeCommit message (Expand)Author
2017-12-08Add missing memory barrier for queuing locksJonas Hahnfeld
2017-11-03Revert "Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 ...Jonas Hahnfeld
2017-11-03Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 (TR6)Joachim Protze
2017-11-01[OpenMP] Fix race condition in omp_init_lockJonathan 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-07-17OpenMP RTL cleanup: eliminated warnings with -Wcast-qual, patch 2.Andrey Churbanov
2017-07-07remove deprecated register storage class specifierEd Maste
2017-07-03OpenMP RTL cleanup: eliminated warnings with -Wcast-qual.Andrey Churbanov
2017-05-12Clang-format and whitespace cleanup of source codeJonathan Peyton
2017-01-18Fix memory error in case of reinit using kmp_set_defaults() for lock code.Jonathan Peyton
2016-12-14Follow up to r289732: Update comments in source files to reference .cpp filesJonathan Peyton
2016-11-07[OpenMP] Enable ThreadSanitizer to check OpenMP programsJonas Hahnfeld
2016-06-28Fix bugs in TAS and futex lockJonathan Peyton
2016-05-31Use C++11 atomics for ticket locks implementationPaul Osmialowski
2016-05-20Remove trailing whitespace in src/ directoryJonathan Peyton
2016-05-16Clean all the mess around KMP_USE_FUTEX and kmp_lock.hPaul Osmialowski
2016-05-07Fine tuning of TC* macrosPaul Osmialowski
2016-04-14Exponential back off logic for test-and-set lockJonathan Peyton
2016-03-30Fix bug when KMP_USE_ADAPTIVE_LOCKS is 0Jonathan Peyton
2016-01-22Add missing cleanup code for cached indirect lock pool.Jonathan Peyton
2016-01-04Removed unused __kmp_*_i8 functions.Jonathan 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-09-21[OMPT] Simplify control variable logic for OMPTJonathan Peyton
2015-06-08Remove unused variable warnings by deletion.Jonathan Peyton
2015-05-22Fix spelling errorsJonathan Peyton
2015-04-29These are the actual changes in the runtime to issue OMPT-related functions. ...Andrey Churbanov
2015-04-29This is a preparation patch to get information about the actual release statu...Andrey Churbanov
2015-04-02Replace some unsafe API calls with safe alternatives on Windows, prepare code...Andrey Churbanov
2015-02-20Two warning messages fixed.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-02-24Fix typosAlp Toker
2013-12-23For your Christmas hacking pleasure.Jim Cownie
2013-09-27First attempt to import OpenMP runtimeJim Cownie