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

References

projects/openmp/runtime/src/kmp.h
 2155   kmp_lock_t *mtx_locks[MAX_MTX_DEPS]; /* lock mutexinoutset dependent tasks */
projects/openmp/runtime/src/kmp_taskdeps.cpp
   40   for (int i = 0; i < MAX_MTX_DEPS; ++i)
  383       for (m = 0; m < MAX_MTX_DEPS; ++m) {
  443         if (n_mtxs < MAX_MTX_DEPS && task != NULL) {