Searched refs:compare_exchange (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/include/CL/
H A Dcl.hpp1083 inline int compare_exchange(std::atomic<int> * dest, int exchange, int comparand) function in namespace:cl::detail
1085 inline int compare_exchange(volatile int * dest, int exchange, int comparand)
2689 int state = detail::compare_exchange(
5625 int state = detail::compare_exchange(
/xsrc/external/mit/MesaLib/dist/include/CL/
H A Dcl.hpp1083 inline int compare_exchange(std::atomic<int> * dest, int exchange, int comparand) function in namespace:cl::detail
1085 inline int compare_exchange(volatile int * dest, int exchange, int comparand)
2689 int state = detail::compare_exchange(
5625 int state = detail::compare_exchange(

Completed in 25 milliseconds