EPICS Multi-Core Utilities
1.2.2-SNAPSHOT
Real-Time Utilities for EPICS IOCs on Multi-Core Linux
|
Locking process memory into RAM. More...
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <sys/mman.h>
#include <errlog.h>
#include <shareLib.h>
#include "mcoreutils.h"
Go to the source code of this file.
Macros | |
#define | epicsExportSharedSymbols |
Functions | |
void | mcoreMLock (void) |
iocShell: Lock all process virtual memory into RAM. | |
void | mcoreMUnlock (void) |
iocShell: Unlock process virtual memory from RAM. | |
Locking process memory into RAM.
Definition in file memLock.c.
#define epicsExportSharedSymbols |