Searched refs:tlocal_ctor_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>
17 *tlocal_ctor_ran = true;
24 EXPECT_FALSE(*tlocal_ctor_ran);
30 EXPECT_TRUE(*tlocal_ctor_ran);
36 EXPECT_TRUE(*tlocal_ctor_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 25 milliseconds