Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/backends/xnnpack/runtime/
H A DXNNPACKBackend.cpp112 const std::lock_guard<std::mutex> lock(workspace_mutex_); in execute()
139 const std::lock_guard<std::mutex> lock(workspace_mutex_); in destroy()
153 mutable std::mutex workspace_mutex_; member in executorch::backends::XnnpackBackend