Home
last modified time | relevance | path

Searched refs:GOMP_TASK_FLAG_PRIORITY (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/include/
Dgomp-constants.h244 #define GOMP_TASK_FLAG_PRIORITY (1 << 4) macro
DChangeLog717 GOMP_TASK_FLAG_DEPEND, GOMP_TASK_FLAG_PRIORITY, GOMP_TASK_FLAG_UP,
/netbsd/src/external/gpl3/gcc/dist/libgomp/
Dtask.c385 if (__builtin_expect ((flags & GOMP_TASK_FLAG_PRIORITY) != 0, 0)) in GOMP_task()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Domp-expand.cc825 iflags |= GOMP_TASK_FLAG_PRIORITY; in expand_task_call()
DChangeLog-201512491 GOMP_TASK_FLAG_PRIORITY into flags if priority is present for