#[unsafe(no_mangle)]pub extern "C" fn syst_spawn_raw(
entry_point: usize,
config: RequiredPtr<RawTSpawnConfig>,
dest_cid: OptionalPtrMut<Cid>,
) -> SyscallResultExpand description
Spawns a thread at the entry point entry_point with the config config
- if
dest_cidis not null it will be set to the spawned thread’s ID (CID or TID)