Function early_tls::insert

source ·
pub fn insert(new_tls_image: TlsDataImage)
Expand description

Insert the current early TLS image with the given new_tls_image, and loads the new image on this CPU.

If an early TLS image already exists, it is removed and dropped.