void ompd_bp_task_begin(void);
Summary Before starting the execution of an OpenMP task region, the implementation executes ompd_bp_task_begin.
Description The OpenMP implementation must execute ompd_bp_task_begin immediately before starting execution of a structured-block that is associated with a non-merged task. At the point that the implementation reaches ompd_bp_task_begin, the binding for ompd_get_curr_task_handle is the task that is scheduled to execute.