twizzler_rt_abi::thread

Type Alias TlsIndex

source
pub type TlsIndex = tls_index;
Expand description

Index of a TLS variable.

Aliased Type§

struct TlsIndex {
    pub mod_id: usize,
    pub offset: usize,
}

Fields§

§mod_id: usize§offset: usize