Add syscall clone3

This commit is contained in:
Jianfeng Jiang
2023-12-14 02:33:23 +00:00
committed by Tate, Hongliang Tian
parent a5707b4ddc
commit 07fbbcfd8c
11 changed files with 220 additions and 39 deletions

View File

@ -161,6 +161,7 @@ impl Task {
schedule();
}
/// Runs the task.
pub fn run(self: &Arc<Self>) {
add_task(self.clone());
schedule();