[flang-commits] [PATCH] D139477: [flang] Restore old unit locking behavior

Kiran Chandramohan via Phabricator via flang-commits flang-commits at lists.llvm.org
Wed Dec 7 05:02:25 PST 2022


kiranchandramohan accepted this revision.
kiranchandramohan added a comment.

LGTM. Also tested with a simple program.

The only question I had is regarding setting pthread_t holder_ to 0, is that a reasonable value and will there be a type mismatch if pthread_t is a struct. I did not face any issues on two compilers I tried.


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

https://reviews.llvm.org/D139477



More information about the flang-commits mailing list