fn build_user_thread_task(
parent: &Arc<Task>,
bootstrap_ctx: Box<ThreadUserContext>,
tls_base: u64,
) -> Result<Arc<Task>, SyscallError>Expand description
Performs the build user thread task operation.
fn build_user_thread_task(
parent: &Arc<Task>,
bootstrap_ctx: Box<ThreadUserContext>,
tls_base: u64,
) -> Result<Arc<Task>, SyscallError>Performs the build user thread task operation.