[−][src]Function sunrise_libuser::threads::get_my_thread_context
pub fn get_my_thread_context() -> &'static ThreadContext
Get a reference to this thread's ThreadContext, from the TLS region pointed to by fs
.
Panics
Panics if the thread context hasn't been initialized yet. This happens immediately in the startup of a thread, and relatively early for the main thread.