Searched refs:ThreadRoutine (Results 1 – 3 of 3) sorted by relevance
/system/bt/vendor_libs/linux/interface/ | ||
D | async_fd_watcher.cc | 81 thread_ = std::thread([this]() { ThreadRoutine(); }); in tryStartThread() |
D | async_fd_watcher.h | 49 void ThreadRoutine(); |
/system/bt/vendor_libs/test_vendor_lib/model/setup/ | ||
D | async_manager.cc | 167 thread_ = std::thread([this]() { ThreadRoutine(); }); in tryStartThread() |