Searched defs:compareAndSet (Results 1 – 3 of 3) sorted by relevance
29 public actual fun compareAndSet(expectedValue: V, newValue: V): Boolean = in get() method
34 public actual fun compareAndSet(expectedValue: V, newValue: V): Boolean = in get() method
292 public fun compareAndSet(expectedValue: V, newValue: V): Boolean in get() method