[PATCH] D11781: Refactored pthread usage in libcxx
David Chisnall via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 10 09:50:32 PDT 2015
theraven added a comment.
It would be nice to use rwlocks, but that's an ABI-breaking change. We'd need to bump the .so version and other annoyances. Definitely something I'd be in favour of seeing hidden behind some #ifdefs (and enabled for FreeBSD 11 and probably for the libc++ in packages), but it's beyond the scope of this set of changes.
Repository:
rL LLVM
http://reviews.llvm.org/D11781
More information about the cfe-commits
mailing list