Searched refs:GOMP_CANCEL_LOOP (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dparallel.c200 if (which & (GOMP_CANCEL_LOOP | GOMP_CANCEL_SECTIONS))
238 if (which & (GOMP_CANCEL_LOOP | GOMP_CANCEL_SECTIONS))
H A Dlibgomp.h741 GOMP_CANCEL_LOOP = 2, enumerator in enum:gomp_cancel_kind
742 GOMP_CANCEL_FOR = GOMP_CANCEL_LOOP,
743 GOMP_CANCEL_DO = GOMP_CANCEL_LOOP,
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dparallel.c207 if (which & (GOMP_CANCEL_LOOP | GOMP_CANCEL_SECTIONS))
245 if (which & (GOMP_CANCEL_LOOP | GOMP_CANCEL_SECTIONS))
H A Dlibgomp.h818 GOMP_CANCEL_LOOP = 2, enumerator in enum:gomp_cancel_kind
819 GOMP_CANCEL_FOR = GOMP_CANCEL_LOOP,
820 GOMP_CANCEL_DO = GOMP_CANCEL_LOOP,

Completed in 100 milliseconds