Main Page   Class Hierarchy   Compound List   File List   Compound Members   Related Pages  

ProcMemoryGrp Class Reference

The ProcMessageGrp concrete class provides an implementation of MemoryGrp for a single processor. More...

#include <memproc.h>

Inheritance diagram for ProcMemoryGrp

Inheritance graph
[legend]
Collaboration diagram for ProcMemoryGrp:

Collaboration graph
[legend]
List of all members.

Public Methods

 ProcMemoryGrp ()
 ProcMemoryGrp (const Ref< KeyVal > &)
 ~ProcMemoryGrp ()
void set_localsize (int)
 Set the size of locally held memory. More...

void* localdata ()
 Returns a pointer to the local data.

void* obtain_readwrite (distsize_t offset, int size)
 Only one thread can have an unreleased obtain_readwrite at a time. More...

void* obtain_readonly (distsize_t offset, int size)
 This gives read access to the memory location. No locking is done.

void* obtain_writeonly (distsize_t offset, int size)
 This gives write access to the memory location. No locking is done.

void release_readonly (void *data, distsize_t offset, int size)
 This is called when read access is no longer needed.

void release_writeonly (void *data, distsize_t offset, int size)
 This is called when write access is no longer needed.

void release_readwrite (void *data, distsize_t offset, int size)
 This is called when read/write access is no longer needed. More...

void sync ()
 Synchronizes all the nodes. More...


Detailed Description

The ProcMessageGrp concrete class provides an implementation of MemoryGrp for a single processor.


Member Function Documentation

void* ProcMemoryGrp::obtain_readwrite ( distsize_t offset,
int size ) [virtual]
 

Only one thread can have an unreleased obtain_readwrite at a time.

The actual memory region locked can be larger than that requested. If the memory region is already locked this will block. For this reason, data should be held as read/write for as short a time as possible.

Reimplemented from MemoryGrp.

void ProcMemoryGrp::release_readwrite ( void * data,
distsize_t offset,
int size ) [virtual]
 

This is called when read/write access is no longer needed.

The memory will be unlocked.

Reimplemented from MemoryGrp.

void ProcMemoryGrp::set_localsize ( int localsize ) [virtual]
 

Set the size of locally held memory.

When memory is accessed using a global offset counting starts at node 0 and proceeds up to node n() - 1.

Reimplemented from MemoryGrp.

void ProcMemoryGrp::sync ( ) [virtual]
 

Synchronizes all the nodes.

Consider using this when the way you you access memory changes.

Reimplemented from MemoryGrp.


The documentation for this class was generated from the following file:
Generated at Thu Oct 4 18:09:33 2001 for MPQC 2.0.0 using the documentation package Doxygen 1.2.5.