[Openmp-commits] [PATCH] D55486: [openmp] [runtime] Remove wrong assertion about /proc/1 being first file

Kamil Rytarowski via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Sun Dec 9 08:05:25 PST 2018


krytarowski requested changes to this revision.
krytarowski added a comment.
This revision now requires changes to proceed.

The official core statement in NetBSD is to deprecate /proc. Can we switch to share code with KMP_OS_DARWIN? Are there any issues with it?

If there is need to count running threads, we shall use sysctl(3) to get the list of threads.


Repository:
  rOMP OpenMP

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55486/new/

https://reviews.llvm.org/D55486





More information about the Openmp-commits mailing list