Searched refs:oldTop (Results 1 – 2 of 2) sorted by relevance
203 val oldTop = interpretCPointer<mutex_node_t>(top.value) in allocate() constant204 mutexNode.pointed.next = oldTop in allocate()205 if (top.compareAndSet(oldTop.rawValue, mutexNode.rawValue)) in allocate()212 val oldTop = interpretCPointer<mutex_node_t>(top.value) in pop() constant213 if (oldTop.rawValue === NativePtr.NULL) in pop()215 val newHead = oldTop!!.pointed.next in pop()216 if (top.compareAndSet(oldTop.rawValue, newHead.rawValue)) in pop()217 return oldTop in pop()
1598 int oldTop, in onLayoutChange() argument