Searched defs:atomic_load_explicit (Results 1 – 6 of 6) sorted by relevance
96 #define atomic_load_explicit(object, order) \ macro
110 #define atomic_load_explicit(object, order) \ macro
98 #define atomic_load_explicit(object, order) \ macro
95 #define atomic_load_explicit(object, order) \ macro
1092 template<class T, class M> inline shared_ptr<T> atomic_load_explicit( shared_ptr<T> const * p, /*me… in atomic_load_explicit() function