typedef struct _ompd_aspace_cont ompd_address_space_context_t;
typedef struct _ompd_thread_cont ompd_thread_context_t;
Summary A third-party tool defines contexts to identify abstractions uniquely. The internal structure of these contexts are opaque to the OMPD library.
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.