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

  /external/jemalloc/src/
prof.c 131 assert(prof_tdata->enq == false);
132 prof_tdata->enq = true;
146 assert(prof_tdata->enq);
147 prof_tdata->enq = false;
1146 if (prof_tdata->enq) {
1196 if (prof_tdata->enq) {
1262 prof_tdata->enq = false;
  /libcore/luni/src/main/java/java/util/concurrent/locks/
AbstractQueuedLongSynchronizer.java 200 * sake of GC) when dequeued. The enq operation does not
275 * method enq to add new wait node.
332 private Node enq(final Node node) { method in class:AbstractQueuedLongSynchronizer
356 // Try the fast path of enq; backup to full enq on failure
365 enq(node);
    [all...]
AbstractQueuedSynchronizer.java 430 * sake of GC) when dequeued. The enq operation does not
505 * method enq to add new wait node.
562 private Node enq(final Node node) { method in class:AbstractQueuedSynchronizer
586 // Try the fast path of enq; backup to full enq on failure
595 enq(node);
    [all...]
  /external/jemalloc/include/jemalloc/internal/
prof.h 182 bool enq; member in struct:prof_tdata_s
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 213 uint8 enq; /* waiting in q */ member in struct:__anon19231
  /external/chromium_org/third_party/mesa/src/include/GL/
vms_x_fix.h     [all...]
  /external/mesa3d/include/GL/
vms_x_fix.h     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
earley-boyer.js 1097 "\005": "#\\enq",
1137 "enq": "\005",
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-earley-boyer.js 1091 "\005": "#\\enq",
1131 "enq": "\005",
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-earley-boyer.js 1091 "\005": "#\\enq",
1131 "enq": "\005",
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-earley-boyer.js 1091 "\005": "#\\enq",
1131 "enq": "\005",
    [all...]
  /external/chromium_org/v8/benchmarks/
earley-boyer.js 1097 "\005": "#\\enq",
1137 "enq": "\005",
    [all...]

Completed in 586 milliseconds