Resumeallthreads

void Resumeallthreads(void);

Resumes all threads in the debugged application suspended by call to Suspendallthreads(). Calls to Suspendallthreads() and Resumeallthreads() must match. If this is the last call and application will continue execution, flushes modifications to memory and invalidates internal copy of registers (sets all t_thread.regvalid to 0). If there are still unmatched calls to Suspendallthreads(), application remains suspended and call is very fast.
 

Parameters:

None


Return values:

None


See also:
Debugging, t_thread, Flushmemorycache(), Pauseprocess(), Suspendallthreads()