Don't bother checking canRead() before calling getMagicNumber();
[oota-llvm.git] / lib / System / Win32 / ThreadLocal.inc
2009-06-30 Oscar FuentesFixed assert that checks return value of TlsSetValue.
2009-06-26 Owen AndersonFix error in the Win32 implementation pointed out by...
2009-06-25 Owen AndersonAdd support for const thread locals.
2009-06-25 Owen AndersonAdd a class for supporting platform independent thread...