void ompd_bp_parallel_begin(void);
Summary Before starting the execution of an OpenMP parallel region, the implementation executes ompd_bp_parallel_begin.
Description The OpenMP implementation must execute ompd_bp_parallel_begin at every parallel-begin event. At the point that the implementation reaches ompd_bp_parallel_begin, the binding for ompd_get_curr_parallel_handle is the parallel region that is beginning and the binding for ompd_get_curr_task_handle is the task that encountered the parallel construct.