Searched refs:comparand (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) argument
1085 inline int compare_exchange(volatile int * dest, int exchange, int comparand)
1089 std::atomic_compare_exchange_strong(dest, &comparand, exchange);
1090 return comparand;
1095 (long)comparand));
1099 comparand,
/xsrc/external/mit/MesaLib/dist/include/CL/
H A Dcl.hpp1083 inline int compare_exchange(std::atomic<int> * dest, int exchange, int comparand) argument
1085 inline int compare_exchange(volatile int * dest, int exchange, int comparand)
1089 std::atomic_compare_exchange_strong(dest, &comparand, exchange);
1090 return comparand;
1095 (long)comparand));
1099 comparand,

Completed in 25 milliseconds