Embedded Xinu Operating System
An ongoing research project and educational operating system.
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Groups Pages
Functions
memRegionTransfer.c File Reference
#include <safemem.h>

Functions

void memRegionTransfer (void *start, tid_typ tid)
 

Detailed Description

Transfer a memory region to a new thread.

Function Documentation

void memRegionTransfer ( void *  start,
tid_typ  tid 
)

Transfer a memory region from the owning thread to a new thread.

Parameters
startbeginning address of memory region.
tidthread id to transfer region to.