Home
last modified time | relevance | path

Searched refs:KMP_DEP_IN (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_taskdeps.cpp592 dep_list[i].flag == KMP_DEP_IN || dep_list[i].flag == KMP_DEP_OUT || in __kmp_check_deps()
H A Dkmp.h2497 #define KMP_DEP_IN 0x1 macro