Home
last modified time | relevance | path

Searched defs:FunctionThread (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_async2/
Ddispatcher_thread_test.cc49 class FunctionThread : public thread::ThreadCore { class
51 explicit FunctionThread(Closure func) : func_(std::move(func)) {} in FunctionThread() function in pw::async2::__anon00354b2f0111::FunctionThread
/external/pigweed/pw_channel/
Depoll_channel_test.cc127 class FunctionThread : public pw::thread::ThreadCore { class
129 explicit FunctionThread(Func&& func) : func_(std::move(func)) {} in FunctionThread() function in __anon8a04d6ee0111::FunctionThread