Home | History | Annotate | Download | only in mdnsNSP

Lines Matching refs:waitResult

653 	DWORD			waitResult;
675 waitResult = WaitForMultipleObjects( obj->waitCount, obj->waitHandles, FALSE, 2 * 1000 );
677 require_action_quiet( waitResult != ( WAIT_OBJECT_0 ), exit, err = WSA_E_CANCELLED );
678 err = translate_errno( ( waitResult == WAIT_OBJECT_0 + 1 ) || ( waitResult == WAIT_OBJECT_0 + 2 ), (OSStatus) GetLastError(), WSASERVICE_NOT_FOUND );
683 if ( waitResult == WAIT_OBJECT_0 + 1 )
691 else if ( waitResult == WAIT_OBJECT_0 + 2 )