Skip to main content

Module process

Module process 

Source
Expand description

Process table for PID-based agent tracking.

The ProcessTable uses DashMap for lock-free concurrent access, allowing multiple kernel subsystems to query and update process state without contention.

Structs§

ProcessEntry
A single entry in the process table.
ProcessTable
Concurrent process table with PID allocation.
ResourceUsage
Resource usage counters for a process.

Enums§

ProcessState
State of a kernel-managed process.

Type Aliases§

Pid
Process identifier. Monotonically increasing, never reused.