MCPcopy Create free account
hub / github.com/asterinas/vostd / insert

Method insert

kernel/src/process/task_set.rs:29–36  ·  view source on GitHub ↗

Inserts a new task to the task set. This method will fail if [`Self::set_exited_group`] has been called before.

(&mut self, task: Arc<Task>)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

move_process_childrenFunction · 0.45
clone_child_taskFunction · 0.45
clone_pidfdFunction · 0.45
create_child_processFunction · 0.45
set_parent_and_groupFunction · 0.45
newMethod · 0.45
create_init_processFunction · 0.45
set_session_and_groupFunction · 0.45
set_new_sessionMethod · 0.45
to_new_groupMethod · 0.45
new_pairMethod · 0.45
insert_process_groupMethod · 0.45

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected