HomeSort by: relevance | last modified time | path
    Searched refs:GOMP_TASK_FLAG_DETACH (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/include/
gomp-constants.h 250 #define GOMP_TASK_FLAG_DETACH (1 << 13)
  /src/external/gpl3/gcc/dist/include/
gomp-constants.h 299 #define GOMP_TASK_FLAG_DETACH (1 << 13)
  /src/external/gpl3/gcc/dist/libgomp/
task.c 557 if ((flags & GOMP_TASK_FLAG_DETACH) != 0)
586 if ((flags & GOMP_TASK_FLAG_DETACH) != 0)
631 if ((flags & GOMP_TASK_FLAG_DETACH) != 0)
  /src/external/gpl3/gcc.old/dist/libgomp/
task.c 415 if ((flags & GOMP_TASK_FLAG_DETACH) != 0)
444 if ((flags & GOMP_TASK_FLAG_DETACH) != 0)
489 if ((flags & GOMP_TASK_FLAG_DETACH) != 0)
  /src/external/gpl3/gcc/dist/gcc/
omp-expand.cc 828 iflags |= GOMP_TASK_FLAG_DETACH;
  /src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc 827 iflags |= GOMP_TASK_FLAG_DETACH;

Completed in 34 milliseconds