Decouple the kmp_affin_mask_t type from determining if affinity is capable
authorJonathan Peyton <jonathan.l.peyton@intel.com>
Fri, 2 Sep 2016 20:35:47 +0000 (20:35 +0000)
committerJonathan Peyton <jonathan.l.peyton@intel.com>
Fri, 2 Sep 2016 20:35:47 +0000 (20:35 +0000)
commit9e69696f5ac60793813a37ba93303d5d242bceeb
tree0a73eb01c5eb0f514789724658c748b6f7a5370e
parent6ef32bf2aff1e4ebcf8d8f82b297ab8f28961e2d
Decouple the kmp_affin_mask_t type from determining if affinity is capable

the __kmp_affinity_determine_capable() functions are highly operating system
specific.  This change has the functions use the type they expect explicitly.

llvm-svn: 280538
openmp/runtime/src/z_Linux_util.c
openmp/runtime/src/z_Windows_NT_util.c