| | | | |
| R |
| |
| | rgnAllocate -- allocate a region in an actor address space ( ) |
| |
| | rgnDup -- duplicate an actor address space ( ) |
| |
| | rgnFree -- deallocate regions of an actor address space ( ) |
| |
| | rgnInitFromActor -- allocate a region in an actor address space and initialise it from another region ( ) |
| |
| | rgnMapFromActor -- create a region in an actor address space and map another region to it ( ) |
| |
| | rgnPhysMap -- create a region in an actor address space and map (on demand) to it physical memory specified by the caller ( ) |
| |
| | rgnSetInherit -- Change inheritance options associated with a region; Change paging options associated with a region; Change inheritance options associated with a region; Change opaque values associated with a region ( ) |
| |
| | rgnSetOpaque -- Change inheritance options associated with a region; Change paging options associated with a region; Change inheritance options associated with a region; Change opaque values associated with a region ( ) |
| |
| | rgnSetPaging -- Change inheritance options associated with a region; Change paging options associated with a region; Change inheritance options associated with a region; Change opaque values associated with a region ( ) |
| |
| | rgnSetProtect -- change protection options associated with a region ( ) |
| |
| | rgnStat -- get the statistics of a region of an actor address space ( ) |
| |
| | rtMutexGet -- Initialize a realtime mutex; Acquire a realtime mutex; Release a realtime mutex; Try to acquire a realtime mutex ( ) |
| |
| | rtMutexInit -- Initialize a realtime mutex; Acquire a realtime mutex; Release a realtime mutex; Try to acquire a realtime mutex ( ) |
| |
| | rtMutexRel -- Initialize a realtime mutex; Acquire a realtime mutex; Release a realtime mutex; Try to acquire a realtime mutex ( ) |
| |
| | rtMutexTry -- Initialize a realtime mutex; Acquire a realtime mutex; Release a realtime mutex; Try to acquire a realtime mutex ( ) |