RADPx-OS Kernel (Radical Posix OS)  Crimson 0.1.4
POSIX-inspired kernel API with embedded and desktop VM targets
rad_process_arch_ops Struct Reference

Public data structure for rad_process_arch_ops. More...

#include <radkernel.h>

Public Attributes

uint32_t size
 Public structure field.
 
void * context
 Public structure field.
 
int32_t(* fork_from_frame )(void *context, void *trap_frame)
 Public callback slot.
 
void(* process_reaped )(void *context, int32_t pid, int32_t status)
 Public callback slot.
 

Detailed Description

Public data structure for rad_process_arch_ops.


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