Searched refs:GOMP_TASK_FLAG_PRIORITY (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dgomp-constants.h215 #define GOMP_TASK_FLAG_PRIORITY (1 << 4) macro
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dgomp-constants.h244 #define GOMP_TASK_FLAG_PRIORITY (1 << 4) macro
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dtask.c381 if ((flags & GOMP_TASK_FLAG_PRIORITY) == 0)
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dtask.c385 if (__builtin_expect ((flags & GOMP_TASK_FLAG_PRIORITY) != 0, 0))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Domp-expand.c853 iflags |= GOMP_TASK_FLAG_PRIORITY;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-expand.cc825 iflags |= GOMP_TASK_FLAG_PRIORITY;

Completed in 151 milliseconds