[libcxx-commits] [PATCH] D64298: Make ~mutex and ~condition_variable trivial with Apple pthreads

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jul 18 13:38:25 PDT 2019


ldionne added a comment.

Looking at the definition of `LOCK` and `UNLOCK` in https://opensource.apple.com/source/Libc/Libc-262/pthreads/pthread_internals.h.auto.html, it's not clear to me that we can avoid calling `pthread_cond_destroy`. I'll ask our OS folks what they think about this.


Repository:
  rCXX libc++

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

https://reviews.llvm.org/D64298





More information about the libcxx-commits mailing list