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

References

projects/openmp/runtime/src/kmp_taskdeps.cpp
  179     entry->mtx_lock = NULL;
  376       if (info->mtx_lock == NULL) {
  377         info->mtx_lock = (kmp_lock_t *)__kmp_allocate(sizeof(kmp_lock_t));
  378         __kmp_init_lock(info->mtx_lock);
  385         if (node->dn.mtx_locks[m] < info->mtx_lock) {
  392           node->dn.mtx_locks[m] = info->mtx_lock;
projects/openmp/runtime/src/kmp_taskdeps.h
   64         if (entry->mtx_lock) {
   65           __kmp_destroy_lock(entry->mtx_lock);
   66           __kmp_free(entry->mtx_lock);