Data Fields

ListMP_Params Struct Reference

Structure defining parameter structure for ListMP_create(). More...

#include <ListMP.h>

Data Fields

GateMP_Handle gate
String name
UInt16 regionId

Detailed Description

Structure defining parameter structure for ListMP_create().


Field Documentation

GateMP instance for critical region management of shared memory

Using the default value of NULL will result in use of the GateMP system gate for context protection.

Name of the instance

The name (if not NULL) must be unique among all ListMP instances in the entire system. When creating a new heap, it is necessary to supply an instance name.

The name does not have to be persistent. The supplied string is copied into persistent memory.

SharedRegion ID.

The ID corresponding to the index of the shared region in which this shared instance is to be placed. This is used in create() only when name is not null.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Copyright 2011, Texas Instruments Incorporated