MCPcopy Create free account
hub / github.com/XpuOS/xsched / Destroy

Method Destroy

platforms/levelzero/hal/src/pool.cpp:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void FencePool::Destroy(ze_command_queue_handle_t cmdq)
68{
69 std::lock_guard<std::mutex> lock(mtx_);
70 pools_.erase(cmdq);
71}
72
73void *FencePool::Create()
74{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected