Pin
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Macros | Functions
Miscellaneous functions

Macros

#define PIN_DEPRECATED_API
 
#define PIN_PRODUCT_VERSION_MAJOR   2
 
#define PIN_PRODUCT_VERSION_MINOR   14
 
#define PIN_BUILD_NUMBER   67254
 

Functions

VOID LEVEL_PINCLIENT::GetVmLock ()
 
VOID LEVEL_PINCLIENT::ReleaseVmLock ()
 

Detailed Description

Macro Definition Documentation

#define PIN_BUILD_NUMBER   67254

The Pin kit build number. This is unique for every Pin kit.

#define PIN_DEPRECATED_API

Apply this macro to deprecated interface definitions to cause warnings when users refer to them. When using this macro, also do the following:
[1] change the interface group to DEPRECATED_PIN_API.
[2] add a comment with the new interface that will get propagated into the generated PH files.
[3] add a note DEPRECATED with the new interface at the end of the old interface documentation.

#define PIN_PRODUCT_VERSION_MAJOR   2

The Pin major version number. E.g. "2" if the kit is "2.14".

#define PIN_PRODUCT_VERSION_MINOR   14

The Pin minor version number. E.g. "14" if the kit is "2.14".

Function Documentation

VOID LEVEL_PINCLIENT::GetVmLock ( )

Get the vm lock.

Availability:
Mode: JIT
O/S: Linux, Windows & MacOS
CPU: All
VOID LEVEL_PINCLIENT::ReleaseVmLock ( )

Release the vm lock.

Availability:
Mode: JIT
O/S: Linux, Windows & MacOS
CPU: All