Function wasmer_wasix::syscalls::wasix::thread_spawn::thread_spawn_internal_using_layout
source ยท pub fn thread_spawn_internal_using_layout<M: MemorySize>(
ctx: &mut FunctionEnvMut<'_, WasiEnv>,
thread_handle: Arc<WasiThreadHandle>,
layout: WasiMemoryLayout,
start_ptr_offset: M::Offset,
rewind_state: Option<(RewindState, RewindResultType)>,
) -> Result<(), Errno>