Searched defs:exchange (Results 1 – 3 of 3) sorted by relevance
1074 inline int compare_exchange(std::atomic<int> * dest, int exchange, int comparand) in compare_exchange()
25 VULKAN_HPP_CONSTEXPR_14 VULKAN_HPP_INLINE T exchange( T & obj, U && newValue ) in exchange() function