Function syst_spawn_raw

Source
#[no_mangle]
pub extern "C" fn syst_spawn_raw(
    entry_point: usize,
    config: RequiredPtr<RawTSpawnConfig>,
    dest_cid: OptionalPtrMut<Cid>,
) -> SyscallResult
Expand description

Spawns a thread at the entry point entry_point with the config config

  • if dest_cid is not null it will be set to the spawned thread’s ID (CID or TID)