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

References

projects/openmp/runtime/src/kmp_lock.cpp
 2877 KMP_FOREACH_LOCK_KIND(expand1, init)
 2878 KMP_FOREACH_LOCK_KIND(expand1, init_nested)
 2879 KMP_FOREACH_LOCK_KIND(expand1, destroy)
 2880 KMP_FOREACH_LOCK_KIND(expand1, destroy_nested)
 2881 KMP_FOREACH_LOCK_KIND(expand2, acquire)
 2882 KMP_FOREACH_LOCK_KIND(expand2, acquire_nested)
 2883 KMP_FOREACH_LOCK_KIND(expand2, release)
 2884 KMP_FOREACH_LOCK_KIND(expand2, release_nested)
 2885 KMP_FOREACH_LOCK_KIND(expand2, test)
 2886 KMP_FOREACH_LOCK_KIND(expand2, test_nested)
 2887 KMP_FOREACH_LOCK_KIND(expand3, )
 2888 KMP_FOREACH_LOCK_KIND(expand4, )