aboutsummaryrefslogtreecommitdiff
path: root/runtime/src/z_Linux_util.c
AgeCommit message (Expand)Author
2016-06-13Fix crash when libomp loaded/unloaded multiple timesJonathan Peyton
2016-05-26Add an assembly __kmp_invoke_microtask for ppc64[le]Hal Finkel
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-13Solve 'Too many args to microtask' problemPaul Osmialowski
2016-05-05[STATS] Use partitioned timer schemeJonathan Peyton
2016-04-18Fix for pthread_setspecific (TLS and shutdown) problemJonathan Peyton
2016-04-14Exponential back off logic for test-and-set lockJonathan Peyton
2016-01-27Formatting fixesJonathan Peyton
2016-01-27Removing extra empty linesJonathan Peyton
2015-12-18Prevent monitor thread creation when KMP_BLOCKTIME="infinite"Jonathan Peyton
2015-11-30Adding Hwloc library option for affinity mechanismJonathan Peyton
2015-11-09Fixes to wait-loop codeJonathan Peyton
2015-11-04Remove some empty lines.Jonathan Peyton
2015-10-08Formatting/Whitespace/Comment changes associated with wait/release improvements.Jonathan Peyton
2015-10-08Debug trace and assert statement changes for wait/release improvements.Jonathan Peyton
2015-09-21Use sysconf for the number of cores on FreeBSD too.Joerg Sonnenberger
2015-09-21Add basic NetBSD support.Joerg Sonnenberger
2015-08-26Remove unused caller_gtid variable in both z_Linux_util.c and z_Windows_NT_ut...Jonathan Peyton
2015-08-11Tidy statistics collectionJonathan Peyton
2015-08-05D11301: Remove the __kmp_invoke_microtask() that relies on libffiAndrey Churbanov
2015-08-05D11159: Fixing the stack offset functionalityAndrey Churbanov
2015-07-13Fix some bugs in OMPT supportJonathan Peyton
2015-06-08Remove unused variable warnings by deletion.Jonathan Peyton
2015-06-08Remove unused variable warnings by adding proper macro guards.Jonathan Peyton
2015-06-08Remove unused variable warnings by fooling compiler.Jonathan Peyton
2015-06-04Fix some sign compare warnings.Jonathan Peyton
2015-04-02Replace some unsafe API calls with safe alternatives on Windows, prepare code...Andrey Churbanov
2015-03-10fix for broken commit 231774Andrey Churbanov
2015-03-10cleanup: removed unused function __kmp_change_thread_affinity_maskAndrey Churbanov
2015-03-10cleanup: usages of mask size wrapped into macrosAndrey Churbanov
2015-03-10Adding some 8-bit atomic operations for future useAndrey 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-09-03Fix a bug where the library slept for up to KMP_BLOCKTIME before exitingJim Cownie
2014-08-07Commit PowerPC64 support from Carlo Bertolli at IBM.Jim Cownie
2014-03-02Make affinity support conditional on KMP_AFFINITY_SUPPORTEDAlp Toker
2014-02-28Add support for FreeBSDAlp Toker
2014-02-24Fix typosAlp Toker
2013-12-23For your Christmas hacking pleasure.Jim Cownie
2013-09-27First attempt to import OpenMP runtimeJim Cownie