HOME
| OPENMP API Specification: Version 5.1 November 2020

5.3.11  Tool Context Types

Summary A third-party tool defines contexts to identify abstractions uniquely. The internal structure of these contexts are opaque to the OMPD library.

Format

SVG-Viewer needed.

 

 
typedef struct _ompd_aspace_cont ompd_address_space_context_t; 
typedef struct _ompd_thread_cont ompd_thread_context_t;  

SVG-Viewer needed.

Description A third-party tool uniquely defines an address space context to identify the address space for the process that it is monitoring. Similarly, it uniquely defines a thread context to identify a native thread of the process that it is monitoring. These contexts are opaque to the OMPD library.