OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ctlOf
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java
367
private final AtomicInteger ctl = new AtomicInteger(
ctlOf
(RUNNING, 0));
381
private static int
ctlOf
(int rs, int wc) { return rs | wc; }
665
ctl.compareAndSet(c,
ctlOf
(targetState, workerCountOf(c))))
695
if (ctl.compareAndSet(c,
ctlOf
(TIDYING, 0))) {
699
ctl.set(
ctlOf
(TERMINATED, 0));
[
all
...]
/prebuilts/tools/common/m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/
backport-util-concurrent-3.1.jar
Completed in 58 milliseconds