[LLVMdev] MutexGuard and MutexLocker

Reid Spencer reid at x10sys.com
Sun Aug 28 10:51:10 PDT 2005


Alkis Evlogimenos wrote:
> On Sat, 2005-08-27 at 11:47 -0700, Reid Spencer wrote:
> 
>>Alkis Evlogimenos wrote:
>>
>>>It seems that these two classes are the same... Maybe they should be
>>>merged into 1 class?
>>>
>>
>>I think you're looking at something old. MutexLocker doesn't exist any more.
> 
> 
> llvm/Support/ThreadSupport.h is not generated anymore?
> 

That file is not generated and doesn't exist any more. It did in 1.5, it 
doesn't in CVS and won't in 1.6. It has been replaced by 
include/llvm/System/MutexGuard.h and its implementation in lib/System.

Reid.




More information about the llvm-dev mailing list