ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/AIO.xs
(Generate patch)

Comparing IO-AIO/AIO.xs (file contents):
Revision 1.236 by root, Thu Jun 25 17:40:24 2015 UTC vs.
Revision 1.237 by root, Thu Jun 25 18:08:47 2015 UTC

704{ 704{
705 while (eio_nreqs ()) 705 while (eio_nreqs ())
706 { 706 {
707 int size; 707 int size;
708 708
709 X_LOCK (reslock); 709 X_LOCK (EIO_POOL->reslock);
710 size = EIO_POOL->res_queue.size; 710 size = EIO_POOL->res_queue.size;
711 X_UNLOCK (reslock); 711 X_UNLOCK (EIO_POOL->reslock);
712 712
713 if (size) 713 if (size)
714 return; 714 return;
715 715
716 etp_maybe_start_thread (EIO_POOL); 716 etp_maybe_start_thread (EIO_POOL);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines