Skip to main content

build_child_task

Function build_child_task 

Source
fn build_child_task(
    parent: &Arc<Task>,
    child_as: Arc<AddressSpace>,
    bootstrap_ctx: Box<ForkUserContext>,
) -> Result<Arc<Task>, SyscallError>
Expand description

Performs the build child task operation.