MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / close_write_handle

Method close_write_handle

src/process.cpp:147–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145 }
146
147 bool close_write_handle()
148 {
149 auto result = true;
150 if(m_write != nullptr)
151 {
152 result = CloseHandle(m_write) == TRUE;
153 m_write = nullptr;
154 }
155 return result;
156 }
157
158 bool close_read_handle()
159 {

Callers 1

execFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected