Lines Matching defs:wait
437 HANDLE handle; /* actual handle to wait for during select */
466 /* retrieve the type of file to wait on */
576 /* The handle has an unknown type, try to wait on it */
630 DWORD timeout_ms, wait, nfd, nth, nws, i;
711 /* only wait for events for which we actually care */
790 /* wait on the number of handles */
791 wait = nfd;
797 wait += 1;
800 /* wait for one of the internal handles to trigger */
801 wait = WaitForMultipleObjectsEx(wait, handles, FALSE, timeout_ms, FALSE);
818 if(wait != WAIT_FAILED && (wait - WAIT_OBJECT_0) <= i &&
1002 /* there's always a socket to wait for */
1016 /* there's always a socket to wait for */