struct jnc_Tls

struct jnc_Tls {
    // fields

    jnc_ListLink m_link;
    jnc_Runtime* m_runtime;
    jnc_GcMutatorThread m_gcMutatorThread;
};