Home | History | Annotate | Download | only in import

Lines Matching defs:nhandles

277   DWORD ret, wait_timeout, nhandles, nsock, nbuffer;
303 nhandles = 1;
405 handle_array[nhandles++] = h;
415 handle_array[nhandles] = NULL;
453 ret = MsgWaitForMultipleObjects (nhandles, handle_array, FALSE,
456 if (ret == WAIT_OBJECT_0 + nhandles)
474 if (nhandles > 1)
477 nhandles = 1;
484 if (h == handle_array[nhandles])
487 nhandles++;
498 /* If NHANDLES > 1, but no bits are set, it means we've
505 || (wait_timeout != 0 && nhandles > 1)))
523 nhandles = 1;
530 if (h != handle_array[nhandles])
545 nhandles++;