Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_async2/
H A Dsystem_time_provider_test.cc35 struct WaitTask : public Task { struct
36 WaitTask(TimeFuture<SystemClock>&& future) in WaitTask() function
39 Poll<> DoPend(Context& cx) final { in DoPend()
47 Poll<SystemClock::time_point> time_completed_ = Pending();
48 TimeFuture<SystemClock> future_;
H A Dsimulated_time_provider_test.cc64 struct WaitTask : public Task { struct
65 WaitTask(TimeFuture<SystemClock>&& future) in WaitTask() argument
68 Poll<> DoPend(Context& cx) final { in DoPend()
75 TimeFuture<SystemClock> future_;
76 bool completed_;