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.
fn build_child_task(
parent: &Arc<Task>,
child_as: Arc<AddressSpace>,
bootstrap_ctx: Box<ForkUserContext>,
) -> Result<Arc<Task>, SyscallError>Performs the build child task operation.