Searched defs:bind_thread (Results 1 - 1 of 1) 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";

Completed in 49 milliseconds