[PATCH] Fix RWMutex to be thread-safe when pthread_rwlock is not available

Chandler Carruth chandlerc at gmail.com
Wed Feb 26 17:30:47 PST 2014


  It's not trivial, but I'm moderately familiar with how to implement a reasonable RW mutex on top of a mutex. Would you prefer that? I'm happy to contribute such an implementation.

http://llvm-reviews.chandlerc.com/D2892



More information about the llvm-commits mailing list