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

  /external/jemalloc/include/jemalloc/internal/
prof.h 215 bool enq; member in struct:prof_tdata_s
  /libcore/luni/src/main/java/java/util/concurrent/locks/
AbstractQueuedLongSynchronizer.java 201 * sake of GC) when dequeued. The enq operation does not
276 * method enq to add new wait node.
333 private Node enq(final Node node) { method in class:AbstractQueuedLongSynchronizer
357 // Try the fast path of enq; backup to full enq on failure
366 enq(node);
    [all...]
AbstractQueuedSynchronizer.java 427 * sake of GC) when dequeued. The enq operation does not
502 * method enq to add new wait node.
559 private Node enq(final Node node) { method in class:AbstractQueuedSynchronizer
583 // Try the fast path of enq; backup to full enq on failure
592 enq(node);
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 213 uint8 enq; /* waiting in q */ member in struct:__anon23441
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
earley-boyer.js 1097 "\005": "#\\enq",
1137 "enq": "\005",
    [all...]
  /external/v8/benchmarks/
earley-boyer.js 1097 "\005": "#\\enq",
1137 "enq": "\005",
    [all...]
  /external/mesa3d/include/GL/
vms_x_fix.h     [all...]

Completed in 8217 milliseconds