Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DCallbacks.cpp45 bool CallbackBase::bind_thread(std::thread&& asyncThread) { in bind_thread() argument
52 if (!asyncThread.joinable()) { in bind_thread()
56 mThread = std::move(asyncThread); in bind_thread()
DCallbacks.h129 bool bind_thread(std::thread&& asyncThread);