Wake this thread up after a "Suspend" call.
| 68 | |
| 69 | // Wake this thread up after a "Suspend" call. |
| 70 | void Resume() |
| 71 | { |
| 72 | m_Pause.TriggerEvent() ; |
| 73 | } |
| 74 | |
| 75 | // Implement this in your thread. |
| 76 | // When it exits, the thread quits. |
nothing calls this directly
no test coverage detected