Home
last modified time | relevance | path

Searched refs:GOMP_CANCEL_LOOP (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/libgomp/
HDparallel.c180 if (which & (GOMP_CANCEL_LOOP | GOMP_CANCEL_SECTIONS)) in GOMP_cancellation_point()
211 if (which & (GOMP_CANCEL_LOOP | GOMP_CANCEL_SECTIONS)) in ialias()
HDlibgomp.h640 GOMP_CANCEL_LOOP = 2, enumerator
641 GOMP_CANCEL_FOR = GOMP_CANCEL_LOOP,
642 GOMP_CANCEL_DO = GOMP_CANCEL_LOOP,