[PATCH] D11781: Refactored pthread usage in libcxx
Asiri Rathnayake via cfe-commits
cfe-commits at lists.llvm.org
Sat Apr 16 00:57:35 PDT 2016
rmaprath added a comment.
Hi Eric, Thanks for the comments!
I'll wait a bit for @espositofulvio in case if he wants to push this, otherwise I'll create a new diff with the suggested changes.
For us (ARM), a threads porting layer is important on several RTOSes (where a full-blown pthreads implementations is not available). I will see if I can publish one of those porting layer implementations, but perhaps a windows porting layer is more interesting to the community, in which case I'll look into hacking one up (unless of course, if @espositofulvio has already got one).
Cheers,
/ Asiri
Repository:
rL LLVM
http://reviews.llvm.org/D11781
More information about the cfe-commits
mailing list