reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/runtime/src/kmp_lock.cpp
 2901     __kmp_init_indirect_lock, 0, KMP_FOREACH_D_LOCK(expand, init)};
 2907     __kmp_destroy_indirect_lock, 0, KMP_FOREACH_D_LOCK(expand, destroy)};
 2912     __kmp_destroy_indirect_lock, 0, KMP_FOREACH_D_LOCK(expand, destroy)};
 2919     __kmp_set_indirect_lock, 0, KMP_FOREACH_D_LOCK(expand, acquire)};
 2925     KMP_FOREACH_D_LOCK(expand, acquire)};
 2932     __kmp_unset_indirect_lock, 0, KMP_FOREACH_D_LOCK(expand, release)};
 2934     __kmp_test_indirect_lock, 0, KMP_FOREACH_D_LOCK(expand, test)};
 2940     KMP_FOREACH_D_LOCK(expand, release)};
 2942     __kmp_test_indirect_lock_with_checks, 0, KMP_FOREACH_D_LOCK(expand, test)};
projects/openmp/runtime/src/kmp_lock.h
 1090   KMP_FOREACH_D_LOCK(expand_seq, 0) KMP_FOREACH_I_LOCK(expand_seq, 0)
 1112   KMP_FOREACH_D_LOCK(expand_tag, 0)