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

ThreadEntryPoint

Type Alias ThreadEntryPoint 

Source
pub type ThreadEntryPoint = fn(*mut u8) -> *mut u8;
Expand description

Thread entry point function type