| 65 | } |
| 66 | |
| 67 | void FencePool::Destroy(ze_command_queue_handle_t cmdq) |
| 68 | { |
| 69 | std::lock_guard<std::mutex> lock(mtx_); |
| 70 | pools_.erase(cmdq); |
| 71 | } |
| 72 | |
| 73 | void *FencePool::Create() |
| 74 | { |
nothing calls this directly
no outgoing calls
no test coverage detected