Home
last modified time | relevance | path

Searched refs:GOMP_TASK_FLAG_UNTIED (Results 1 – 10 of 10) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/include/
H A Dgomp-constants.h211 #define GOMP_TASK_FLAG_UNTIED (1 << 0) macro
/netbsd/external/gpl3/gcc/dist/include/
H A Dgomp-constants.h240 #define GOMP_TASK_FLAG_UNTIED (1 << 0) macro
H A DChangeLog712 (GOMP_TASK_FLAG_UNTIED, GOMP_TASK_FLAG_FINAL, GOMP_TASK_FLAG_MERGEABLE,
/netbsd/external/gpl3/gcc.old/dist/libgomp/
H A Dtaskloop.c49 flags &= ~GOMP_TASK_FLAG_UNTIED; in GOMP_taskloop()
H A Dtask.c362 flags &= ~GOMP_TASK_FLAG_UNTIED; in GOMP_task()
/netbsd/external/gpl3/gcc/dist/libgomp/
H A Dtaskloop.c49 flags &= ~GOMP_TASK_FLAG_UNTIED; in GOMP_taskloop()
H A Dtask.c366 flags &= ~GOMP_TASK_FLAG_UNTIED; in GOMP_task()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Domp-expand.c805 = (untied ? GOMP_TASK_FLAG_UNTIED : 0) in expand_task_call()
H A Domp-expand.cc769 = (untied ? GOMP_TASK_FLAG_UNTIED : 0) in expand_task_call()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Domp-expand.c805 = (untied ? GOMP_TASK_FLAG_UNTIED : 0) in expand_task_call()