template <bool* tlocal_ctor_ran, bool* tlocal_dtor_ran>

struct ThreadLocal

Defined at line 15 of file ../../zircon/system/utest/ctor/dso-ctor/dso-ctor.h

Public Members

bool flag

Public Methods

void ThreadLocal<tlocal_ctor_ran, tlocal_dtor_ran> ()

Defined at line 17 of file ../../zircon/system/utest/ctor/dso-ctor/dso-ctor.h

void ~ThreadLocal<tlocal_ctor_ran, tlocal_dtor_ran> ()

Defined at line 18 of file ../../zircon/system/utest/ctor/dso-ctor/dso-ctor.h

void check_before_reference ()

Defined at line 19 of file ../../zircon/system/utest/ctor/dso-ctor/dso-ctor.h

void check_after_reference ()

Defined at line 23 of file ../../zircon/system/utest/ctor/dso-ctor/dso-ctor.h

void check_after_join ()

Defined at line 27 of file ../../zircon/system/utest/ctor/dso-ctor/dso-ctor.h