Go to the documentation of this file.
17#include "ompt/ompt-signal.h"
23 int x = 0, y = 2, sem = 0;
25#pragma omp task depend(inout : x) shared(x, sem)
31#pragma omp task shared(y, sem)
38#pragma omp taskwait depend(in : x)
48#pragma omp parallel num_threads(2)