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

Method close_read_handle

src/process.cpp:158–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 }
157
158 bool close_read_handle()
159 {
160 auto result = true;
161 if(m_read != nullptr)
162 {
163 result = CloseHandle(m_read) == TRUE;
164 m_read = nullptr;
165 }
166 return result;
167 }
168
169 std::pair<bool, DWORD> read(LPVOID buffer, DWORD length) const
170 {

Callers 1

execFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected