Home
last modified time | relevance | path

Searched refs:priority_specified (Results 1 – 3 of 3) sorted by relevance

/llvm-project/offload/include/OpenMP/
H A DInternalTypes.h42 unsigned priority_specified : 1; /* set if the compiler provides priority member
/llvm-project/openmp/runtime/src/
H A Dkmp.h2705 unsigned priority_specified : 1; member
2721 unsigned priority_specified : 1; /* set if the compiler provides priority
H A Dkmp_tasking.cpp528 if (taskdata->td_flags.priority_specified && task->data2.priority > 0 &&