std::thread_local::OS_INIT_INNERUnstable [-]  [+] [src]

pub const OS_INIT_INNER: StaticKeyInner = StaticKeyInner {
    key: atomic::INIT_ATOMIC_UINT,
}

Constant initialization value for the inner part of static TLS keys.

This value allows specific configuration of the destructor for a TLS key.