Skip to main content

build_user_thread_task

Function build_user_thread_task 

Source
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.