Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/
H A DExecutionCallback.cpp69 bool ExecutionCallback::bindThread(std::thread asyncThread) { in bindThread() argument
80 if (!asyncThread.joinable()) { in bindThread()
85 mThread = std::move(asyncThread); in bindThread()
H A DExecutionCallback.h177 bool bindThread(std::thread asyncThread);