HOME
| OPENMP API Specification: Version 5.0 November 2018

5.3.3  Basic Value Types

SummaryThese definitions represent a 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.

DescriptionThe ompd_addr_t type represents an unsigned integer address in an OpenMP process. The ompd_word_t type represents a signed version of ompd_addr_t to hold a signed integer of the OpenMP process. The ompd_seg_t type represents an unsigned integer segment value.