⚠️ VeridianOS Kernel Documentation
- This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise.
no_std
ThreadEntryPoint
veridian_
kernel
0.25.2
In veridian_
kernel::
thread_
api
veridian_kernel
::
thread_api
Type Alias
Thread
Entry
Point
Copy item path
Source
pub type ThreadEntryPoint = fn(*mut u8) -> *mut u8;
Expand description
Thread entry point function type