Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_async2/
H A Dallocate_task_test.cc75 TEST(AllocateTask, AllocatesWithRvalue) { in TEST() argument
87 TEST(AllocateTask, AllocatesWithArgs) { in TEST() argument
98 TEST(AllocateTask, DestroysOnceAfterPendReturnsReady) { in TEST() argument
/aosp_15_r20/external/pigweed/pw_async2/public/pw_async2/
H A Dallocate_task.h47 Task* AllocateTask(pw::allocator::Allocator& allocator, Pendable&& pendable) { in AllocateTask() function
59 Task* AllocateTask(pw::allocator::Allocator& allocator, Args&&... args) { in AllocateTask() function
/aosp_15_r20/external/pigweed/pw_multibuf/
H A Dallocator_test.cc78 class AllocateTask : public Task { class
80 AllocateTask(MultiBufAllocationFuture&& future) in AllocateTask() function in pw::multibuf::__anon57771dcc0111::AllocateTask