Struct Task

Inheritance Relationships

Base Type

Struct Documentation

struct Task : public Gaia::Waitable

Public Functions

~Task()

Public Members

pid_t pid
ListNode<Task> link
Vm::Vector<Thread*> threads
List<Task, &Task::link> children
Fs::Vnode *cwd
Posix::Fds fds
Task *parent
Vm::Space *space
int exit_code
bool has_exited = false