Modules§
- syscall
- Handle introspection system call
Structs§
- Handle
Metadata - Handle
Table - Handle table for managing kernel objects with support for sharing between tasks.
- Handle
Table 🔒Inner - Internal structure containing the actual handle table data. This is wrapped in Arc<RwLock<…>> to enable sharing between tasks.
Enums§
- Access
Mode - Handle
Type - Role-based handle classification
- Special
Semantics - Special behaviors that differ from default Unix semantics
- Standard
Input Output
Type Aliases§
- Handle
- Handle type for referencing kernel objects