summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/z_Linux_util.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for pthread_setspecific (TLS and shutdown) problemJonathan Peyton2016-04-181-6/+9
* Exponential back off logic for test-and-set lockJonathan Peyton2016-04-141-0/+9
* Formatting fixesJonathan Peyton2016-01-271-124/+73
* Removing extra empty linesJonathan Peyton2016-01-271-7/+0
* Prevent monitor thread creation when KMP_BLOCKTIME="infinite"Jonathan Peyton2015-12-181-0/+8
* Adding Hwloc library option for affinity mechanismJonathan Peyton2015-11-301-2/+11
* Fixes to wait-loop codeJonathan Peyton2015-11-091-2/+3
* Remove some empty lines.Jonathan Peyton2015-11-041-2/+0
* Formatting/Whitespace/Comment changes associated with wait/release improvements.Jonathan Peyton2015-10-081-3/+2
* Debug trace and assert statement changes for wait/release improvements.Jonathan Peyton2015-10-081-2/+2
* Use sysconf for the number of cores on FreeBSD too.Joerg Sonnenberger2015-09-211-13/+2
* Add basic NetBSD support.Joerg Sonnenberger2015-09-211-9/+9
* Remove unused caller_gtid variable in both z_Linux_util.c and z_Windows_NT_ut...Jonathan Peyton2015-08-261-3/+0
* Tidy statistics collectionJonathan Peyton2015-08-111-2/+2
* D11301: Remove the __kmp_invoke_microtask() that relies on libffiAndrey Churbanov2015-08-051-55/+1
* D11159: Fixing the stack offset functionalityAndrey Churbanov2015-08-051-3/+8
* Fix some bugs in OMPT supportJonathan Peyton2015-07-131-2/+26
* Remove unused variable warnings by deletion.Jonathan Peyton2015-06-081-3/+1
* Remove unused variable warnings by adding proper macro guards.Jonathan Peyton2015-06-081-0/+2
* Remove unused variable warnings by fooling compiler.Jonathan Peyton2015-06-081-1/+3
* Fix some sign compare warnings.Jonathan Peyton2015-06-041-5/+5
* Replace some unsafe API calls with safe alternatives on Windows, prepare code...Andrey Churbanov2015-04-021-6/+6
* fix for broken commit 231774Andrey Churbanov2015-03-101-143/+45
* cleanup: removed unused function __kmp_change_thread_affinity_maskAndrey Churbanov2015-03-101-0/+49
* cleanup: usages of mask size wrapped into macrosAndrey Churbanov2015-03-101-7/+7
* Adding some 8-bit atomic operations for future useAndrey Churbanov2015-03-101-0/+51
* Added new user-guided lock api, currently disabled. Use KMP_USE_DYNAMIC_LOCK=...Andrey Churbanov2015-02-201-0/+2
* 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/+18
* I apologise in advance for the size of this check-in. At Intel we doJim Cownie2014-10-071-85/+115
* Fix a bug where the library slept for up to KMP_BLOCKTIME before exitingJim Cownie2014-09-031-7/+37
* Commit PowerPC64 support from Carlo Bertolli at IBM.Jim Cownie2014-08-071-13/+108
* Make affinity support conditional on KMP_AFFINITY_SUPPORTEDAlp Toker2014-03-021-2/+2
* Add support for FreeBSDAlp Toker2014-02-281-22/+37
* Fix typosAlp Toker2014-02-241-2/+2
* For your Christmas hacking pleasure.Jim Cownie2013-12-231-49/+61
* First attempt to import OpenMP runtimeJim Cownie2013-09-271-0/+2540
OpenPOWER on IntegriCloud