thread_resumeAll
fn
void thread_resumeAll() nothrowResume all threads but the calling thread for "stop the world" garbage collection runs. This function must be called once for each preceding call to thread_suspendAll before the threads are actually resumed.
In: This routine must be preceded by a call to thread_suspendAll.
Throws
ThreadError if the resume operation fails for a running thread.