mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 01:43:22 +00:00
Add syscall clone3
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
a5707b4ddc
commit
07fbbcfd8c
@ -161,6 +161,7 @@ impl Task {
|
||||
schedule();
|
||||
}
|
||||
|
||||
/// Runs the task.
|
||||
pub fn run(self: &Arc<Self>) {
|
||||
add_task(self.clone());
|
||||
schedule();
|
||||
|
Reference in New Issue
Block a user