|
PatchworkOS
|
#include <proc.h>
Data Fields | |
| spawn_flags_t | flags |
| priority_t | priority |
| uint8_t | _padding [128 - sizeof(priority_t) - sizeof(spawn_flags_t)] |
| uint8_t spawn_attr_t::_padding[128 - sizeof(priority_t) - sizeof(spawn_flags_t)] |
| spawn_flags_t spawn_attr_t::flags |
Definition at line 90 of file proc.h.
Referenced by SYSCALL_DEFINE().
| priority_t spawn_attr_t::priority |
Definition at line 91 of file proc.h.
Referenced by spawn_program(), and SYSCALL_DEFINE().