Searched refs:tlocal_dtor_ran (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/utest/ctor/dso-ctor/
H A Ddso-ctor.h13 template<bool* tlocal_ctor_ran, bool* tlocal_dtor_ran>
20 *tlocal_dtor_ran = true;
25 EXPECT_FALSE(*tlocal_dtor_ran);
31 EXPECT_FALSE(*tlocal_dtor_ran);
37 EXPECT_TRUE(*tlocal_dtor_ran);
/fuchsia/zircon/system/utest/ctor/
H A Dctor.cpp40 bool tlocal_ctor_ran, tlocal_dtor_ran; member in namespace:__anon1328
41 thread_local ThreadLocal<&tlocal_ctor_ran, &tlocal_dtor_ran> tlocal;

Completed in 29 milliseconds