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

Declarations

projects/openmp/runtime/src/kmp_lock.h
 1127 extern int (**__kmp_direct_unset)(kmp_dyna_lock_t *, kmp_int32);

References

projects/openmp/runtime/src/kmp_csupport.cpp
 1541       KMP_D_LOCK_FUNC(lck, unset)((kmp_dyna_lock_t *)lck, global_tid);
 2772     __kmp_direct_unset[tag]((kmp_dyna_lock_t *)user_lock, gtid);
 2858       KMP_D_LOCK_FUNC(user_lock, unset)((kmp_dyna_lock_t *)user_lock, gtid);
 3295     KMP_D_LOCK_FUNC(lck, unset)((kmp_dyna_lock_t *)lck, global_tid);
projects/openmp/runtime/src/kmp_lock.cpp
 3224     __kmp_direct_unset = direct_unset_check;
 3233     __kmp_direct_unset = direct_unset;