proxygen
AtomicUtil.h File Reference
#include <atomic>
#include <cstdint>
#include <folly/synchronization/AtomicUtil-inl.h>

Go to the source code of this file.

Namespaces

 folly
 —— Concurrent Priority Queue Implementation ——
 

Functions

template<typename Atomic >
bool folly::atomic_fetch_set (Atomic &atomic, std::size_t bit, std::memory_order mo)
 
template<typename Atomic >
bool folly::atomic_fetch_reset (Atomic &atomic, std::size_t bit, std::memory_order mo)