[Openmp-commits] [PATCH] D70412: [OpenMP][Tool] Runtime warning for missing TSan-option

Joachim Protze via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Nov 29 07:25:19 PST 2019


protze.joachim added a comment.

The conclusion of the discussion in the intel forum thread was, that the call from `__kmp_resume` to `__kmp_suspend_initialize_thread` is superflous, because the thread will call `__kmp_suspend_initialize_thread` always during the own initialization before changing a variable to signal readiness.


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

https://reviews.llvm.org/D70412





More information about the Openmp-commits mailing list