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

References

projects/openmp/runtime/src/kmp_lock.cpp
 2236   std::atomic<kmp_uint64> *polls = lck->lk.polls;
 2289     std::atomic<kmp_uint64> *old_polls = polls;
 2394   std::atomic<kmp_uint64> *polls = lck->lk.polls;
 2439   std::atomic<kmp_uint64> *polls = lck->lk.polls; // atomic load
projects/openmp/runtime/src/kmp_lock.h
  448   std::atomic<std::atomic<kmp_uint64> *> polls;
  449   std::atomic<kmp_uint64> mask; // is 2**num_polls-1 for mod op
  451   std::atomic<kmp_uint64> *old_polls; // will deallocate old_polls
  458   std::atomic<kmp_uint64> next_ticket;
projects/openmp/runtime/src/kmp_os.h
 1028 bool __kmp_atomic_compare_store_acq(std::atomic<T> *p, T expected, T desired) {
usr/include/c++/7.4.0/atomic
  901   typedef atomic<unsigned long long>	atomic_ullong;