Lines Matching full:waitformultipleobjects
1430 * A fixer for WaitForMultipleObjects on condition that there are more than 64
1437 * WaitForMultipleObjects to wait on connection events simply wouldn't cut,
1439 * to scale WaitForMultipleObjects to accept an arbitrary number of handles. The
1489 res = WaitForMultipleObjects(param->handles_count + 1, wait_on, FALSE, INFINITE);
1705 wait_ret = WaitForMultipleObjects( looper->htab_count, looper->htab, FALSE, INFINITE );