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

Comparing BDB/BDB.xs (file contents):
Revision 1.69 by root, Wed Jul 15 14:40:00 2009 UTC vs.
Revision 1.70 by root, Wed Jul 15 14:53:52 2009 UTC

608 end_thread (); 608 end_thread ();
609} 609}
610 610
611static void poll_wait (void) 611static void poll_wait (void)
612{ 612{
613 fd_set rfd;
614
615 while (nreqs) 613 while (nreqs)
616 { 614 {
617 int size; 615 int size;
618 if (WORDACCESS_UNSAFE) X_LOCK (reslock); 616 if (WORDACCESS_UNSAFE) X_LOCK (reslock);
619 size = res_queue.size; 617 size = res_queue.size;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines