void ompd_bp_parallel_end(void);
SummaryAfter finishing the execution of an OpenMP parallel region, the implementation executes ompd_bp_parallel_end.
DescriptionThe OpenMP implementation must execute ompd_bp_parallel_end at every parallel-end event. At the point that the implementation reaches ompd_bp_parallel_end, the binding for ompd_get_curr_parallel_handle is the parallel region that is ending and the binding for ompd_get_curr_task_handle is the task that encountered the parallel construct. After execution of ompd_bp_parallel_end, any parallel_handle that was acquired for the parallel region is invalid and should be released.