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

References

projects/openmp/runtime/src/kmp_dispatch.cpp
  376         th->th.th_dispatch->th_steal_lock =
  378         __kmp_init_lock(th->th.th_dispatch->th_steal_lock);
 1197       kmp_lock_t *lck = th->th.th_dispatch->th_steal_lock;
 1242           lck = other_threads[victimIdx]->th.th_dispatch->th_steal_lock;
 1270           __kmp_acquire_lock(th->th.th_dispatch->th_steal_lock, gtid);
 1273           __kmp_release_lock(th->th.th_dispatch->th_steal_lock, gtid);
 2073             kmp_lock_t *lck = other_threads[i]->th.th_dispatch->th_steal_lock;
 2077             other_threads[i]->th.th_dispatch->th_steal_lock = NULL;