HOME
| OPENMP API Specification: Version 5.1 November 2020

5.3.3  Basic Value Types

Summary These definitions represent word, address, and segment value types.

Format

SVG-Viewer needed.

 

 
typedef uint64_t ompd_addr_t; 
typedef int64_t  ompd_word_t; 
typedef uint64_t ompd_seg_t;  

SVG-Viewer needed.

Description The ompd_addr_t type represents an address in an OpenMP process with an unsigned integer type. The ompd_word_t type represents a data word from the OpenMP runtime with a signed integer type. The ompd_seg_t type represents a segment value with an unsigned integer type.