Home
last modified time | relevance | path

Searched defs:atomic_type (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/atomic/test/
Datomic_wrapper.hpp21 typedef boost::atomic< T > atomic_type; typedef
34 typedef boost::atomic_ref< T > atomic_type; typedef
48 typedef boost::ipc_atomic< T > atomic_type; typedef
61 typedef boost::ipc_atomic_ref< T > atomic_type; typedef
/third_party/boost/boost/fiber/detail/
Dcontext_spmc_queue.hpp46 typedef std::atomic< context * > atomic_type; typedef in boost::fibers::detail::context_spmc_queue::array
/third_party/boost/boost/thread/pthread/
Donce_atomic.hpp47 typedef boost::atomic<atomic_int_type> atomic_type; typedef
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.cpp15794 SPIRType atomic_type; in analyze_argument_buffers() local