PatchworkOS  10941b4
A non-POSIX operating system.
Loading...
Searching...
No Matches
process_status_t Struct Reference

Process exit status structure. More...

#include <process.h>

Collaboration diagram for process_status_t:

Data Fields

char buffer [PROCESS_STATUS_MAX]
 
lock_t lock
 

Detailed Description

Process exit status structure.

Definition at line 61 of file process.h.

Field Documentation

◆ buffer

char process_status_t::buffer[PROCESS_STATUS_MAX]

Definition at line 63 of file process.h.

◆ lock

lock_t process_status_t::lock

Definition at line 64 of file process.h.


The documentation for this struct was generated from the following file: