HOME
| OPENMP API Specification: Version 5.1 November 2020

5.3.2  Wait ID Type

Summary A variable of ompd_wait_id_t type identifies the object on which a thread waits.

Format

SVG-Viewer needed.

 

 
typedef uint64_t ompd_wait_id_t;  

SVG-Viewer needed.

Description The values and meaning of ompd_wait_id_t is the same as defined for the ompt_wait_id_t type.

Cross References