Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_async/public/pw_async/
H A Dfunction_dispatcher.h37 virtual Status Post(TaskFunction&& task_func) { in Post()
42 virtual Status PostAfter(TaskFunction&& task_func, in PostAfter()
/aosp_15_r20/external/pigweed/pw_async/
H A Dheap_dispatcher.cc56 Status HeapDispatcher::PostAt(TaskFunction&& task_func, in PostAt()
/aosp_15_r20/external/autotest/client/bin/
H A Djob.py839 def task_func(): function