OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WaitNode
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/main/java/java/util/concurrent/
FutureTask.java
80
private volatile
WaitNode
waiters;
324
static final class
WaitNode
{
326
volatile
WaitNode
next;
327
WaitNode
() { thread = Thread.currentThread(); }
336
for (
WaitNode
q; (q = waiters) != null;) {
344
WaitNode
next = q.next;
376
WaitNode
q = null;
396
q = new
WaitNode
();
435
private void removeWaiter(
WaitNode
node) {
440
for (
WaitNode
pred = null, q = waiters, s; q != null; q = s)
[
all
...]
/prebuilts/tools/common/m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/
backport-util-concurrent-3.1.jar
/frameworks/base/
compiled-classes-phone
[
all
...]
Completed in 218 milliseconds