![]() |
Max OS 0.3
|
This is the complete list of members for MaxOS::processes::Process, including all inherited members.
| add_thread(Thread *thread) | MaxOS::processes::Process | |
| is_kernel | MaxOS::processes::Process | |
| memory_manager | MaxOS::processes::Process | |
| name | MaxOS::processes::Process | |
| pid() const | MaxOS::processes::Process | |
| Process(const string &name, bool is_kernel=false) | MaxOS::processes::Process | explicit |
| Process(const string &name, void(*_entry_point)(void *), void *args, int arg_amount, bool is_kernel=false) | MaxOS::processes::Process | |
| Process(const string &name, void *args, int arg_amount, ELF64 *elf, bool is_kernel=false) | MaxOS::processes::Process | |
| remove_thread(uint64_t tid) | MaxOS::processes::Process | |
| resource_manager | MaxOS::processes::Process | |
| set_pid(uint64_t pid) | MaxOS::processes::Process | |
| threads() | MaxOS::processes::Process | |
| total_ticks() | MaxOS::processes::Process | |
| working_directory | MaxOS::processes::Process | |
| ~Process() | MaxOS::processes::Process |