HomeSort by: relevance | last modified time | path
    Searched defs:untied (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
omp-expand.cc 762 tree untied = omp_find_clause (clauses, OMP_CLAUSE_UNTIED); local
770 = (untied ? GOMP_TASK_FLAG_UNTIED : 0)
1112 that in untied task omp_get_thread_num () can change at any task
1144 /* In #pragma omp task untied omp_get_thread_num () can change
  /src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc 761 tree untied = omp_find_clause (clauses, OMP_CLAUSE_UNTIED); local
769 = (untied ? GOMP_TASK_FLAG_UNTIED : 0)
1109 that in untied task omp_get_thread_num () can change at any task
1141 /* In #pragma omp task untied omp_get_thread_num () can change
  /src/external/gpl3/gcc/dist/gcc/fortran/
gfortran.h 1584 unsigned nowait:1, ordered:1, untied:1, mergeable:1, ancestor:1; member in struct:gfc_omp_clauses
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortran.h 1530 unsigned nowait:1, ordered:1, untied:1, mergeable:1, ancestor:1; member in struct:gfc_omp_clauses

Completed in 78 milliseconds