[PATCH] D28226: threading_support: introduce __libcpp_recursive_mutex_t
David Majnemer via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 3 09:34:06 PST 2017
majnemer added a comment.
Is `__libcpp_mutex_reference` all that useful? There is no real dynamism for these mutexes. I'd just add functions for the recursive locks just like we have a separate function for `__libcpp_recursive_mutex_init`
Repository:
rL LLVM
https://reviews.llvm.org/D28226
More information about the cfe-commits
mailing list