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

  /libcore/ojluni/src/main/java/java/util/concurrent/
Exchanger.java 105 * Overview: The core algorithm is, for an exchange "slot",
109 * if (slot is empty) { // offer
111 * if (can CAS slot from empty to node) {
116 * else if (can CAS slot from node to empty) { // release
149 * Otherwise, exchanges use the single-slot slotExchange method.
162 * The arena starts out with only one used slot. We expand the
170 * reading slot values after CAS failures.) When a thread has
171 * collided at each slot within the current arena bound, it tries
179 * one slot) by giving up on waiting after a while and trying to
194 * waiter can "know" that it will be released when its slot ha
339 private volatile Node slot; field in class:Exchanger
    [all...]
  /external/syslinux/gpxe/src/drivers/net/rtl818x/
rtl818x.h 164 u8 SLOT;
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp     [all...]

Completed in 259 milliseconds