MCPcopy Create free account
hub / github.com/deskflow/deskflow / copyThread

Method copyThread

src/lib/arch/win32/ArchMultithreadWindows.cpp:317–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317ArchThread ArchMultithreadWindows::copyThread(ArchThread thread)
318{
319 refThread(thread);
320 return thread;
321}
322
323void ArchMultithreadWindows::cancelThread(ArchThread thread)
324{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected