Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <safemem.h>
Functions | |
void | memRegionTransfer (void *start, tid_typ tid) |
Transfer a memory region to a new thread.
void memRegionTransfer | ( | void * | start, |
tid_typ | tid | ||
) |
Transfer a memory region from the owning thread to a new thread.
start | beginning address of memory region. |
tid | thread id to transfer region to. |