Searched refs:push (Results 26 - 28 of 28) sorted by relevance

12

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DLinkedBlockingDeque.java769 public void push(E e) { method in class:LinkedBlockingDeque
H A DForkJoinPool.java192 * support only three of the four possible end-operations -- push,
194 * push and pop are called only from the owning thread (or, as
212 * Adding tasks then takes the form of a classic array push(task)
255 * when a push, pop, or poll have not fully committed, or making
261 * one (or, if previously empty, a push) visibly completes.
266 * in-progress poll or new push on any empty queue to
816 int top; // index of next slot for push
867 final void push(ForkJoinTask<?> task) { method in class:ForkJoinPool.WorkQueue
898 do { // emulate poll from old array, push to new array
1015 * Shared version of push
[all...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DCollectionsTest.java2166 deque.push(testInt[i]);

Completed in 58 milliseconds

12