summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/z_Linux_util.c
Commit message (Expand)AuthorAgeFilesLines
* Change source files from .c to .cppJonathan Peyton2016-12-141-2612/+0
* Cleanup: memory leaks on warnings printing fixed; some memory freeing cleaned...Andrey Churbanov2016-11-281-15/+47
* Update stats-gathering codeJonathan Peyton2016-11-141-11/+9
* Introduce dynamic affinity dispatch capabilitiesJonathan Peyton2016-11-141-112/+1
* [OpenMP] Enable ThreadSanitizer to check OpenMP programsJonas Hahnfeld2016-11-071-0/+4
* Disable monitor thread creation by default.Jonathan Peyton2016-09-271-1/+31
* Decouple the kmp_affin_mask_t type from determining if affinity is capableJonathan Peyton2016-09-021-2/+2
* Apply the KMP_USE_FUTEX feature macro everywhereJonathan Peyton2016-06-221-2/+2
* Fix crash when libomp loaded/unloaded multiple timesJonathan Peyton2016-06-131-38/+23
* Add an assembly __kmp_invoke_microtask for ppc64[le]Hal Finkel2016-05-261-1/+1
* Remove trailing whitespace in src/ directoryJonathan Peyton2016-05-201-4/+4
* Clean all the mess around KMP_USE_FUTEX and kmp_lock.hPaul Osmialowski2016-05-161-3/+4
* Solve 'Too many args to microtask' problemPaul Osmialowski2016-05-131-3/+3
* [STATS] Use partitioned timer schemeJonathan Peyton2016-05-051-2/+7
* 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
OpenPOWER on IntegriCloud