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

References

projects/openmp/runtime/src/kmp_lock.cpp
 2488   lck->lk.initialized = NULL;
 2489   lck->lk.location = NULL;
 2490   if (lck->lk.polls.load() != NULL) {
 2491     __kmp_free(lck->lk.polls.load());
 2492     lck->lk.polls = NULL;
 2494   if (lck->lk.old_polls != NULL) {
 2495     __kmp_free(lck->lk.old_polls);
 2496     lck->lk.old_polls = NULL;
 2498   lck->lk.mask = 0;
 2499   lck->lk.num_polls = 0;
 2500   lck->lk.cleanup_ticket = 0;
 2501   lck->lk.next_ticket = 0;
 2502   lck->lk.now_serving = 0;
 2503   lck->lk.owner_id = 0;
 2504   lck->lk.depth_locked = -1;