summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_lock.cpp
Commit message (Expand)AuthorAgeFilesLines
* Exponential back off logic for test-and-set lockJonathan Peyton2016-04-141-3/+43
* Fix bug when KMP_USE_ADAPTIVE_LOCKS is 0Jonathan Peyton2016-03-301-1/+1
* Add missing cleanup code for cached indirect lock pool.Jonathan Peyton2016-01-221-0/+1
* Removed unused __kmp_*_i8 functions.Jonathan Peyton2016-01-041-2/+2
* Hinted lock (OpenMP 4.5 feature) Updates/Fixes Part 3Jonathan Peyton2015-12-111-90/+1
* Hinted lock (OpenMP 4.5 feature) Updates/Fixes Part 2Jonathan Peyton2015-12-111-98/+199
* Hinted lock (OpenMP 4.5 feature) Updates/FixesJonathan Peyton2015-12-111-96/+114
* Replace DYNA_* names with KMP_* namesJonathan Peyton2015-12-031-67/+67
* [OMPT] Add OMPT events for API lockingJonathan Peyton2015-10-161-41/+59
* [OMPT] Simplify control variable logic for OMPTJonathan Peyton2015-09-211-4/+2
* Remove unused variable warnings by deletion.Jonathan Peyton2015-06-081-3/+0
* Fix spelling errorsJonathan Peyton2015-05-221-1/+1
* These are the actual changes in the runtime to issue OMPT-related functions. ...Andrey Churbanov2015-04-291-0/+36
* This is a preparation patch to get information about the actual release statu...Andrey Churbanov2015-04-291-36/+53
* Replace some unsafe API calls with safe alternatives on Windows, prepare code...Andrey Churbanov2015-04-021-7/+7
* Two warning messages fixed.Andrey Churbanov2015-02-201-2/+1
* Added new user-guided lock api, currently disabled. Use KMP_USE_DYNAMIC_LOCK=...Andrey Churbanov2015-02-201-22/+593
* 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-2/+2
* I apologise in advance for the size of this check-in. At Intel we doJim Cownie2014-10-071-734/+443
* Fix typosAlp Toker2014-02-241-3/+3
* For your Christmas hacking pleasure.Jim Cownie2013-12-231-10/+10
* First attempt to import OpenMP runtimeJim Cownie2013-09-271-0/+3834
OpenPOWER on IntegriCloud