summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/z_Windows_NT_util.c
Commit message (Expand)AuthorAgeFilesLines
* Change source files from .c to .cppJonathan Peyton2016-12-141-1772/+0
* Cleanup: memory leaks on warnings printing fixed; some memory freeing cleaned...Andrey Churbanov2016-11-281-1/+5
* Introduce dynamic affinity dispatch capabilitiesJonathan Peyton2016-11-141-231/+8
* Disable monitor thread creation by default.Jonathan Peyton2016-09-271-0/+17
* Decouple the kmp_affin_mask_t type from determining if affinity is capableJonathan Peyton2016-09-021-2/+2
* Teach OpenMP Library to use Hwloc on WindowsJonathan Peyton2016-06-161-9/+58
* Fix for pthread_setspecific (TLS and shutdown) problemJonathan Peyton2016-04-181-7/+10
* Formatting fixesJonathan Peyton2016-01-271-18/+10
* Fixing comments.Jonathan Peyton2016-01-271-5/+0
* Removing extra empty linesJonathan Peyton2016-01-271-6/+0
* Prevent monitor thread creation when KMP_BLOCKTIME="infinite"Jonathan Peyton2015-12-181-0/+9
* Fixes to wait-loop codeJonathan Peyton2015-11-091-2/+3
* Remove unused caller_gtid variable in both z_Linux_util.c and z_Windows_NT_ut...Jonathan Peyton2015-08-261-1/+0
* Fix some sign compare warnings.Jonathan Peyton2015-06-041-1/+1
* Change macro GUIDEDLL_EXPORTS to KMP_DYNAMIC_LIBJonathan Peyton2015-05-261-2/+2
* Fix spelling errorsJonathan Peyton2015-05-221-1/+1
* Replace some unsafe API calls with safe alternatives on Windows, prepare code...Andrey Churbanov2015-04-021-1/+1
* cleanup: removed unused function __kmp_change_thread_affinity_maskAndrey Churbanov2015-03-101-40/+0
* cleanup: usages of mask size wrapped into macrosAndrey Churbanov2015-03-101-2/+2
* Pin the libiomp5.dll for the lifetime of application, Windows-specificAndrey Churbanov2015-01-291-0/+15
* Comments only: removing the Revision and Date svn variables from the top of a...Andrey Churbanov2015-01-271-2/+0
* Adds some new Windows processor groups trace messagesAndrey Churbanov2015-01-271-1/+11
* Replaces KMP_OS_WINDOWS && KMP_ARCH_X86_64 or any combination of those two op...Andrey Churbanov2015-01-271-13/+13
* I apologise in advance for the size of this check-in. At Intel we doJim Cownie2014-10-071-123/+97
* Fix a problem on Windows machines with >32 processorsJim Cownie2014-09-031-1/+1
* For your Christmas hacking pleasure.Jim Cownie2013-12-231-23/+5
* First attempt to import OpenMP runtimeJim Cownie2013-09-271-0/+1993
OpenPOWER on IntegriCloud