HomeSort by relevance Sort by last modified time
    Searched defs:SLOT (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/java/util/concurrent/
Exchanger.java 79 * Overview: The core algorithm is, for an exchange "slot",
83 * if (slot is empty) { // offer
85 * if (can CAS slot from empty to node) {
90 * else if (can CAS slot from node to empty) { // release
123 * Otherwise, exchanges use the single-slot slotExchange method.
135 * The arena starts out with only one used slot. We expand the
143 * reading slot values after CAS failures.) When a thread has
144 * collided at each slot within the current arena bound, it tries
152 * one slot) by giving up on waiting after a while and trying to
167 * waiter can "know" that it will be released when its slot ha
315 private volatile Node slot; field in class:Exchanger
    [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp     [all...]

Completed in 52 milliseconds