[llvm-commits] [Patch Proposal] PR6297 simplify RWMutex
Chris Lattner
clattner at apple.com
Mon Aug 9 17:34:38 PDT 2010
Looks great, applied in r110636, thanks!
On Aug 9, 2010, at 9:51 AM, NAKAMURA Takumi wrote:
> Hello everyone,
>
> We don't need to set the default value "PTHREAD_PROCESS_PRIVATE" for
> pthread_rwlock_init(3T).
>
> It also resolves PR6297.
> RWMutex.cpp and pthread on mingw
> http://llvm.org/bugs/show_bug.cgi?id=6297
>
> I have checked on mingw(msysgit), fedora12-ppc, and centos5(x86-64)
> w/o regression.
>
>
> ...Takumi
> <r81110-RWMutex.diff.txt>_______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list