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

References

projects/openmp/runtime/src/kmp_lock.cpp
  330   KMP_FSYNC_PREPARE(lck);
  337               &(lck->lk.poll), KMP_LOCK_FREE(futex),
  355       if (!KMP_COMPARE_AND_STORE_REL32(&(lck->lk.poll), poll_val,
  376     if ((rc = syscall(__NR_futex, &(lck->lk.poll), FUTEX_WAIT, poll_val, NULL,
  393   KMP_FSYNC_ACQUIRED(lck);