From 506992848729ceb97d95b29b5a3f691936003c32 Mon Sep 17 00:00:00 2001 From: David Carlier Date: Wed, 30 Oct 2019 14:51:22 +0000 Subject: [OpenMP] Reset affinity mask in the process child on FreeBSD Reviewers: dim, chandlerc, jdoerfert Reviewed By: dim Differential Revision: https://reviews.llvm.org/D69047 --- openmp/runtime/src/z_Linux_util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openmp/runtime/src/z_Linux_util.cpp') diff --git a/openmp/runtime/src/z_Linux_util.cpp b/openmp/runtime/src/z_Linux_util.cpp index 9f79a6182d0..1cc41fda1cb 100644 --- a/openmp/runtime/src/z_Linux_util.cpp +++ b/openmp/runtime/src/z_Linux_util.cpp @@ -1287,7 +1287,7 @@ static void __kmp_atfork_child(void) { ++__kmp_fork_count; #if KMP_AFFINITY_SUPPORTED -#if KMP_OS_LINUX +#if KMP_OS_LINUX || KMP_OS_FREEBSD // reset the affinity in the child to the initial thread // affinity in the parent kmp_set_thread_affinity_mask_initial(); -- cgit v1.2.3