Home
last modified time | relevance | path

Searched defs:run_future (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/client/
H A Dinterruptible_runner.cc32 fcp::thread::Future<absl::Status> run_future = in Run() local
38 fcp::thread::Future<absl::Status>&& run_future, in WaitUntilDone()
58 fcp::thread::Future<absl::Status> run_future, in Abort()
/aosp_15_r20/external/crosvm/cros_async/src/sys/windows/
H A Dhandle_executor.rs356 fn run_future() { in run_future() function