Searched refs:wc (Results 1 - 2 of 2) sorted by relevance

/dalvik/tools/
H A Ddexcheck38 errcount=`echo $errout | wc -w` > /dev/null
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
H A DThreadPoolExecutor.java354 private static int ctlOf(int rs, int wc) { return rs | wc; } argument
858 int wc = workerCountOf(c);
859 if (wc >= CAPACITY ||
860 wc >= (core ? corePoolSize : maximumPoolSize))
987 int wc = workerCountOf(c);
988 timed = wc > corePoolSize;
990 if (wc <= maximumPoolSize && ! (timedOut && timed))

Completed in 335 milliseconds