Searched refs:bind_thread (Results 1 - 3 of 3) sorted by relevance

/frameworks/ml/nn/runtime/
H A DCallbacks.cpp61 bool CallbackBase::bind_thread(std::thread&& asyncThread) { function in class:android::hardware::neuralnetworks::V1_0::implementation::CallbackBase
64 LOG(ERROR) << "CallbackBase::bind_thread -- a thread has already been bound to this "
69 LOG(ERROR) << "CallbackBase::bind_thread -- the new thread is not joinable";
H A DCallbacks.h120 * CallbackBase::bind_thread binds a thread to the event for later use by
125 * Once a thread is bound with CallbackBase::bind_thread, the client code
137 * CallbackBase::bind_thread can be called at most once on a given callback
145 bool bind_thread(std::thread&& asyncThread);
149 * event with CallbackBase::bind_thread has fully finished and cleaned its
H A DExecutionBuilder.cpp340 executionCallback->bind_thread(std::move(thread));
663 executionCallback->bind_thread(std::move(thread));

Completed in 255 milliseconds