PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
reaper.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct process process_t
 

Functions

void reaper_init (void)
 Initializes the process reaper.
 
void reaper_push (process_t *process)
 Pushes a process to be reaped later.
 

Typedef Documentation

◆ process_t

typedef struct process process_t

Definition at line 3 of file reaper.h.