Searched defs:outcome (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DFutureTask.java81 * transient values of COMPLETING (while outcome is being set) or
105 private Object outcome; // non-volatile, protected by state reads/writes field in class:FutureTask
118 Object x = outcome;
232 outcome = v;
250 outcome = t;

Completed in 84 milliseconds