[llvm-commits] [PATCH] Thread-safe ManagedStatic

Chris Lattner clattner at apple.com
Wed May 20 13:38:00 PDT 2009


On May 19, 2009, at 1:20 PM, Owen Anderson wrote:

> Alright, is this something more like what you had in mind?

No, this still has a per-object mutex that you created yourself.  The  
idea is to have a single global "pthreads" mutex out of line in a .cpp  
file.

-Chris



More information about the llvm-commits mailing list