Module handle

Module handle 

Source

Modules§

syscall
Handle introspection system call

Structs§

HandleMetadata
HandleTable
Handle table for managing kernel objects with support for sharing between tasks.
HandleTableInner 🔒
Internal structure containing the actual handle table data. This is wrapped in Arc<RwLock<…>> to enable sharing between tasks.

Enums§

AccessMode
HandleType
Role-based handle classification
SpecialSemantics
Special behaviors that differ from default Unix semantics
StandardInputOutput

Type Aliases§

Handle
Handle type for referencing kernel objects