Home
last modified time | relevance | path

Searched refs:TaskAndFunction (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pigweed/pw_async/
H A Dheap_dispatcher.cc28 struct TaskAndFunction { struct
29 static Result<TaskAndFunction*> New(TaskFunction&& task) { in New() argument
32 TaskAndFunction* t = new (std::nothrow) TaskAndFunction(); in New()
58 Result<TaskAndFunction*> result = TaskAndFunction::New(std::move(task_func)); in PostAt()