Home | History | Annotate | Download | only in socket

Lines Matching refs:IDLE

1012     // Dropping out of scope will close all handles and return them to idle.
1063 // Dropping out of scope will close all handles and return them to idle.
1098 // Dropping out of scope will close all handles and return them to idle.
1101 // But if we wait for it, the released idle sockets will be closed in
1136 // which is the one which we would close an idle socket for. We shouldn't
1137 // close an idle socket though, since we should reuse the idle socket.
1154 EXPECT_EQ(ERR_IO_PENDING, StartRequest("a", IDLE));
1336 // operations that happen on timers (e.g. cleanup of idle
1511 // Closing idle sockets should not get us into trouble, but in the bug
1906 // socket is sitting idle and the first one is released (since ReleaseSocket()
1915 // The idle socket timeout value was set to 10 milliseconds. Wait 20
1923 // A new socket will be created rather than reusing the idle one.
1935 // Make sure the idle socket is closed
1980 // socket is sitting idle and the first one is released (since ReleaseSocket()
1998 // Invoke the idle socket cleanup check. Only one socket should be left, the
2508 // No idle sockets, no pending jobs.
2522 // No idle sockets, and one connecting job.
2532 // Still no idle sockets, still one pending connect job.
2566 // No idle sockets, no pending jobs.
2580 // No idle sockets, and one connecting job.
2590 // Still no idle sockets, still one pending connect job.
2608 // connecting, when the first socket finishes and goes idle.
2610 // should complete, by taking the first socket's idle socket.
2626 // No idle sockets, no pending jobs.
2640 // No idle sockets, and one connecting job.
2650 // Still no idle sockets, still one pending connect job.
3147 // CloseOneIdleSocket() will try to close "a"'s idle socket.
3149 // Set up one idle socket in "a".
3184 // Now we have 1 idle socket in "a" and 2 active sockets in "b". This means
3197 // Now release the 2 active sockets for "b". This will give us 1 idle socket
3198 // in "a" and 2 idle sockets in "b". Requesting 2 preconnected sockets for