IBNOS
Classes | Functions | Variables
process.h File Reference
#include <stdint.h>
#include <stdbool.h>
#include <process/object.h>
#include <process/handle.h>
#include <memory/physmem.h>
#include <memory/paging.h>
#include <util/list.h>
Include dependency graph for process.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  processInfo
 
struct  process
 

Functions

struct processprocessCreate (struct process *original)
 Creates a new kernel process object. More...
 
uint32_t processCount ()
 Returns the number of total processes in the system. More...
 
uint32_t processInfo (struct processInfo *info, uint32_t count)
 Fills out the processInfo structure with information about each individual process. More...
 

Variables

struct linkedList processList