reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2438 kmp_uint64 ticket = lck->lk.now_serving + 1; // non-atomic load 2439 std::atomic<kmp_uint64> *polls = lck->lk.polls; // atomic load 2440 kmp_uint64 mask = lck->lk.mask; // atomic load 2443 KMP_FSYNC_RELEASING(lck);