HOME
| OPENMP API Specification: Version 5.0 November 2018

5.6.5  Beginning OpenMP Threads

SummaryWhen starting an OpenMP thread, the implementation executes ompd_bp_thread_begin.

Format

SVG-Viewer needed.

 

 
void ompd_bp_thread_begin(void);  

SVG-Viewer needed.

DescriptionThe OpenMP implementation must execute ompd_bp_thread_begin at every native-thread-begin and initial-thread-begin event. This execution occurs before the thread starts the execution of any OpenMP region.

Cross References