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

References

projects/openmp/runtime/src/kmp_csupport.cpp
 1523     lck = (kmp_user_lock_p)crit;
 1524     KMP_ASSERT(lck != NULL);
 1529     __kmp_itt_critical_releasing(lck);
 1533       KMP_RELEASE_TAS_LOCK(lck, global_tid);
 1541       KMP_D_LOCK_FUNC(lck, unset)((kmp_dyna_lock_t *)lck, global_tid);
 1541       KMP_D_LOCK_FUNC(lck, unset)((kmp_dyna_lock_t *)lck, global_tid);
 1547     lck = ilk->lock;
 1552     __kmp_itt_critical_releasing(lck);
 1554     KMP_I_LOCK_FUNC(ilk, unset)(lck, global_tid);
 1593         ompt_mutex_critical, (ompt_wait_id_t)(uintptr_t)lck,