6 /* Test the task detach clause used together with dependencies. */
10 omp_event_handle_t detach_event
;
11 int x
= 0, y
= 0, z
= 0;
17 #pragma omp task depend (out:dep) detach (detach_event)
23 omp_fulfill_event (detach_event
);
26 #pragma omp task depend (in:dep)