pub fn sys_thread_settls(tls: u64)
Expand description

Set the current kernel thread’s TLS pointer. On x86_64, for example, this changes user’s FS segment base to the supplies TLS value.