MCPcopy Create free account
hub / github.com/baldurk/renderdoc / GetChildProcesses

Method GetChildProcesses

renderdoc/core/core.cpp:2255–2259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2253}
2254
2255rdcarray<rdcpair<uint32_t, uint32_t>> RenderDoc::GetChildProcesses()
2256{
2257 SCOPED_LOCK(m_ChildLock);
2258 return m_Children;
2259}
2260
2261void RenderDoc::CompleteChildThread(uint32_t pid)
2262{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected