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

Module process_server

Module process_server 

Source
Expand description

Process Server Implementation

Manages process lifecycle, resource tracking, and process enumeration.

Structs§

ProcessGroup
Process group information
ProcessInfo
Process information
ProcessServer
Global process server instance
ProcessServerStats
Process server statistics
ResourceLimits
Resource limits for a process
Session
Session information

Enums§

ProcessState
Process state

Functions§

get_process_server
Get the global process server.
init
Initialize the process server
try_get_process_server
Try to get the global process server without panicking.