Searched defs:pendable (Results 1 – 6 of 6) sorted by relevance
26 PendableAsTaskWithOutput(Pendable& pendable) in PendableAsTaskWithOutput()83 Poll<PendOutputOf<Pendable>> RunPendableUntilStalled(Pendable& pendable) in RunPendableUntilStalled()111 PendOutputOf<Pendable> RunPendableToCompletion(Pendable& pendable) in RunPendableToCompletion()
327 Awaitable<Pendable, CoroPromiseType> await_transform(Pendable&& pendable) { in await_transform()332 Awaitable<Pendable*, CoroPromiseType> await_transform(Pendable& pendable) { in await_transform()357 Awaitable(Pendable&& pendable) : state_(std::forward<Pendable>(pendable)) {} in Awaitable()
35 PendableAsTask(Pendable&& pendable) in PendableAsTask()
47 Task* AllocateTask(pw::allocator::Allocator& allocator, Pendable&& pendable) { in AllocateTask()
57 StructWithPendMethod pendable(poll_count, allow_completion, waker); in TEST() local82 StructWithPendMethod pendable(poll_count, allow_completion, waker); in TEST() local
79 Pendable pendable(status); in TEST() local