Type Alias ThreadSpawnArgs

Source
pub type ThreadSpawnArgs = spawn_args;
Expand description

Arguments to spawn.

Aliased Type§

struct ThreadSpawnArgs {
    pub stack_size: usize,
    pub start: usize,
    pub arg: usize,
}

Fields§

§stack_size: usize

Size of stack to allocate

§start: usize

Starting address

§arg: usize

Starting argument