Add mutable functionality to the process VMAR

This commit is contained in:
Chen Chengjun
2025-03-17 10:53:56 +08:00
committed by Tate, Hongliang Tian
parent 248b24fb4e
commit 2a20f6b59a
15 changed files with 119 additions and 63 deletions

View File

@ -53,7 +53,7 @@ pub(crate) use crate::{
context::{Context, CurrentUserSpace, ReadCString},
current, current_thread,
error::{Errno, Error},
process::signal::Pause,
process::{posix_thread::AsThreadLocal, signal::Pause},
time::{wait::WaitTimeout, Clock},
};
pub(crate) type Result<T> = core::result::Result<T, Error>;