index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
openmp
/
runtime
/
src
/
z_Windows_NT_util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change source files from .c to .cpp
Jonathan Peyton
2016-12-14
1
-1772
/
+0
*
Cleanup: memory leaks on warnings printing fixed; some memory freeing cleaned...
Andrey Churbanov
2016-11-28
1
-1
/
+5
*
Introduce dynamic affinity dispatch capabilities
Jonathan Peyton
2016-11-14
1
-231
/
+8
*
Disable monitor thread creation by default.
Jonathan Peyton
2016-09-27
1
-0
/
+17
*
Decouple the kmp_affin_mask_t type from determining if affinity is capable
Jonathan Peyton
2016-09-02
1
-2
/
+2
*
Teach OpenMP Library to use Hwloc on Windows
Jonathan Peyton
2016-06-16
1
-9
/
+58
*
Fix for pthread_setspecific (TLS and shutdown) problem
Jonathan Peyton
2016-04-18
1
-7
/
+10
*
Formatting fixes
Jonathan Peyton
2016-01-27
1
-18
/
+10
*
Fixing comments.
Jonathan Peyton
2016-01-27
1
-5
/
+0
*
Removing extra empty lines
Jonathan Peyton
2016-01-27
1
-6
/
+0
*
Prevent monitor thread creation when KMP_BLOCKTIME="infinite"
Jonathan Peyton
2015-12-18
1
-0
/
+9
*
Fixes to wait-loop code
Jonathan Peyton
2015-11-09
1
-2
/
+3
*
Remove unused caller_gtid variable in both z_Linux_util.c and z_Windows_NT_ut...
Jonathan Peyton
2015-08-26
1
-1
/
+0
*
Fix some sign compare warnings.
Jonathan Peyton
2015-06-04
1
-1
/
+1
*
Change macro GUIDEDLL_EXPORTS to KMP_DYNAMIC_LIB
Jonathan Peyton
2015-05-26
1
-2
/
+2
*
Fix spelling errors
Jonathan Peyton
2015-05-22
1
-1
/
+1
*
Replace some unsafe API calls with safe alternatives on Windows, prepare code...
Andrey Churbanov
2015-04-02
1
-1
/
+1
*
cleanup: removed unused function __kmp_change_thread_affinity_mask
Andrey Churbanov
2015-03-10
1
-40
/
+0
*
cleanup: usages of mask size wrapped into macros
Andrey Churbanov
2015-03-10
1
-2
/
+2
*
Pin the libiomp5.dll for the lifetime of application, Windows-specific
Andrey Churbanov
2015-01-29
1
-0
/
+15
*
Comments only: removing the Revision and Date svn variables from the top of a...
Andrey Churbanov
2015-01-27
1
-2
/
+0
*
Adds some new Windows processor groups trace messages
Andrey Churbanov
2015-01-27
1
-1
/
+11
*
Replaces KMP_OS_WINDOWS && KMP_ARCH_X86_64 or any combination of those two op...
Andrey Churbanov
2015-01-27
1
-13
/
+13
*
I apologise in advance for the size of this check-in. At Intel we do
Jim Cownie
2014-10-07
1
-123
/
+97
*
Fix a problem on Windows machines with >32 processors
Jim Cownie
2014-09-03
1
-1
/
+1
*
For your Christmas hacking pleasure.
Jim Cownie
2013-12-23
1
-23
/
+5
*
First attempt to import OpenMP runtime
Jim Cownie
2013-09-27
1
-0
/
+1993