[PATCH] D28226: threading_support: introduce __libcpp_recursive_mutex_t

Saleem Abdulrasool via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 3 11:26:55 PST 2017


compnerd added a comment.

The dynamic behavior only is used for Windows, not pthreads.  So, we dont see it here, but it becomes apparent in the windows support.  I was trying to minimize the changes to libc++ itself to avoid having it to consider the recursive vs non-recursive cases.  If the libc++ maintainers would prefer to expand the interfaces rather than use the dynamic behavior, Im fine with that approach too.


Repository:
  rL LLVM

https://reviews.llvm.org/D28226





More information about the cfe-commits mailing list