⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

get_thread_manager

Function get_thread_manager 

Source
pub fn get_thread_manager() -> &'static ThreadManager
Expand description

Get the global thread manager.

Panics if the thread manager has not been initialized via init. Prefer try_get_thread_manager in contexts where a panic is unacceptable.