posix-realtime-0.0.0.4: POSIX Realtime functionality

Copyright(c) The University of Glasgow 2002
LicenseBSD-style (see the file libraries/base/LICENSE)
MaintainerWilliam N. Halchin (vigalchin@gmail.com)
Stabilityprovisional
Portabilitynon-portable (requires POSIX)
Safe HaskellNone
LanguageHaskell98

System.Posix.Realtime.LockedMem

Description

Synopsis

Documentation

data LockAllFlags Source

Constructors

CURRENT 
FUTURE 

lockMemory :: Ptr Word8 -> ByteCount -> IO () Source

lock a region of memory

unlockMemory :: Ptr Word8 -> ByteCount -> IO () Source

unlock a region of memory

lockAllMemory :: LockAllFlags -> IO () Source

lock all of a prcocess's memory space

unlockAllMemory :: IO () Source

unlock all mapped pages of a process