Home | History | Annotate | Download | only in base

Lines Matching defs:dw

1487     DWORD dw = WSAWaitForMultipleEvents(static_cast<DWORD>(events.size()),
1510 if (dw == WSA_WAIT_FAILED) {
1516 } else if (dw == WSA_WAIT_TIMEOUT) {
1522 int index = dw - WSA_WAIT_EVENT_0;