Home
last modified time | relevance | path

Searched refs:EINPROGRESS (Results 1 – 3 of 3) sorted by relevance

/sdk/emulator/opengl/tests/event_injector/
Dsockets.h52 # ifndef EINPROGRESS
53 # define EINPROGRESS 10036 macro
Demulator-console.c174 if (errno == EAGAIN || errno == EWOULDBLOCK || errno == EINPROGRESS) { in emulatorConsole_connect()
Dsockets.c91 EE(WSAEINPROGRESS,EINPROGRESS,"operation now in progress") \