Expand description
Process compatibility wrapper types
Provides a TaskProcessAdapter struct that wraps the scheduler’s Task
representation to present a process-oriented view used by IPC, syscalls,
and other kernel subsystems.
Structs§
- Task
Process Adapter - Process-oriented adapter for scheduler tasks.
Functions§
- alloc_
pid - Allocate new process ID
- current_
process - Get the current process
- find_
process - Find process by PID
- switch_
to_ process - Switch to another process