Home
last modified time | relevance | path

Searched defs:pendable (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pigweed/pw_async2/public/pw_async2/
H A Ddispatcher.h26 PendableAsTaskWithOutput(Pendable& pendable) in PendableAsTaskWithOutput()
83 Poll<PendOutputOf<Pendable>> RunPendableUntilStalled(Pendable& pendable) in RunPendableUntilStalled()
111 PendOutputOf<Pendable> RunPendableToCompletion(Pendable& pendable) in RunPendableToCompletion()
H A Dcoro.h327 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()
H A Dpendable_as_task.h35 PendableAsTask(Pendable&& pendable) in PendableAsTask()
H A Dallocate_task.h47 Task* AllocateTask(pw::allocator::Allocator& allocator, Pendable&& pendable) { in AllocateTask()
/aosp_15_r20/external/pigweed/pw_async2/
H A Dpendable_as_task_test.cc57 StructWithPendMethod pendable(poll_count, allow_completion, waker); in TEST() local
82 StructWithPendMethod pendable(poll_count, allow_completion, waker); in TEST() local
H A Dallocate_task_test.cc79 Pendable pendable(status); in TEST() local