Lines Matching refs:atomic
22 typedef std::atomic<int> atomic_counter_type;
23 typedef std::atomic<unsigned> atomic_unsigned_type;
27 typedef std::atomic<short> atomic_counter_type;
28 typedef std::atomic<unsigned short> atomic_unsigned_type;
32 typedef std::atomic<long> atomic_unsigned_integer_type;
33 typedef std::atomic<unsigned long> atomic_unsigned_type;
37 typedef std::atomic<long long> atomic_unsigned_integer_type;
38 typedef std::atomic<unsigned long long> atomic_unsigned_type;
61 typedef boost::atomic<int> atomic_counter_type;
62 typedef boost::atomic<unsigned> atomic_unsigned_type;
66 typedef boost::atomic<short> atomic_counter_type;
67 typedef boost::atomic<unsigned short> atomic_unsigned_type;
71 typedef boost::atomic<long> atomic_counter_type;
72 typedef boost::atomic<unsigned long> atomic_unsigned_type;
76 typedef boost::atomic<long long> atomic_counter_type;
77 typedef boost::atomic<unsigned long long> atomic_unsigned_type;