|
@@ -590,7 +590,7 @@ out: ;
|
|
|
while ( (proc = proc->next_proc) && !proc->threads);
|
|
while ( (proc = proc->next_proc) && !proc->threads);
|
|
|
mythr->getwork = 0;
|
|
mythr->getwork = 0;
|
|
|
mythr->has_pth = false;
|
|
mythr->has_pth = false;
|
|
|
- nmsleep(1000);
|
|
|
|
|
|
|
+ nmsleep(1);
|
|
|
|
|
|
|
|
if (drv->thread_shutdown)
|
|
if (drv->thread_shutdown)
|
|
|
drv->thread_shutdown(mythr);
|
|
drv->thread_shutdown(mythr);
|