PatchworkOS
Loading...
Searching...
No Matches
spawn_attr_t Struct Reference

#include <proc.h>

Data Fields

spawn_flags_t flags
 
priority_t priority
 
uint8_t _padding [128 - sizeof(priority_t) - sizeof(spawn_flags_t)]
 

Detailed Description

Definition at line 88 of file proc.h.

Field Documentation

◆ _padding

uint8_t spawn_attr_t::_padding[128 - sizeof(priority_t) - sizeof(spawn_flags_t)]

Definition at line 92 of file proc.h.

◆ flags

spawn_flags_t spawn_attr_t::flags

Definition at line 90 of file proc.h.

Referenced by SYSCALL_DEFINE().

◆ priority

priority_t spawn_attr_t::priority

Definition at line 91 of file proc.h.

Referenced by spawn_program(), and SYSCALL_DEFINE().


The documentation for this struct was generated from the following file: