K 10 svn:author V 6 adrian K 8 svn:date V 27 2015-04-27T04:50:20.384634Z K 7 svn:log V 418 Implement the FreeBSD specific pieces for thread affinity for OpenMP. Upstream gcc 4.8 doesn't have support for this - it'll create threads, but it won't do any of the thread affinity stuff for FreeBSD. This allows for OMP_PROC_BIND=true to bind threads to their initial CPUs, leading to some pretty drastic improvements in performance for certain NUMA workloads. Approved by: gerald Sponsored by: Norse Corp, Inc. END