Searched defs:compare_value (Results 1 – 4 of 4) sorted by relevance
45 bool Atomic32::CompareExchange(int32_t new_value, int32_t compare_value) { in CompareExchange()
50 bool Atomic32::CompareExchange(int32_t new_value, int32_t compare_value) { in CompareExchange()
49 bool Atomic32::CompareExchange(int32_t new_value, int32_t compare_value) { in CompareExchange()
145 static int compare_value(T* const* a, T* const* b) { in compare_value() function