| 315 | } |
| 316 | |
| 317 | ArchThread ArchMultithreadWindows::copyThread(ArchThread thread) |
| 318 | { |
| 319 | refThread(thread); |
| 320 | return thread; |
| 321 | } |
| 322 | |
| 323 | void ArchMultithreadWindows::cancelThread(ArchThread thread) |
| 324 | { |
nothing calls this directly
no outgoing calls
no test coverage detected