Home
last modified time | relevance | path

Searched refs:biRun (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletableFuture.java1407 || !d.biRun(r, s, f, mode > 0 ? null : this)) in tryFire()
1414 final boolean biRun(Object r, Object s, Runnable f, BiRun<?,?> c) { in biRun() method in CompletableFuture
1444 d.biRun(r, s, f, null); in biRunStage()