Home | History | Annotate | Download | only in unit

Lines Matching refs:INFINITE

236   if (WaitForMultipleObjects(nth, t, TRUE, INFINITE) == WAIT_FAILED) {
240 WaitForSingleObject(t[i], INFINITE);