Home
last modified time | relevance | path

Searched defs:second_fn (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/base/threading/
H A Dfuture_combinators.h53 ContinueWithImpl(Future<A> first, Function second_fn) in ContinueWithImpl()
/aosp_15_r20/external/perfetto/include/perfetto/ext/base/threading/
H A Dfuture_combinators.h53 ContinueWithImpl(Future<A> first, Function second_fn) in ContinueWithImpl()
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/coordinator/
H A Dcluster_coordinator_test.py150 def _assert_one_unblock_the_other(self, first_fn, second_fn): argument
172 def _run_two_fns_in_parallel(self, first_fn, second_fn): argument