Home
last modified time | relevance | path

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

/sdk/emulator/opengl/tests/event_injector/
Dsockets.c1115 int socket_set_nonblock(int fd) in socket_set_nonblock() function
1292 socket_set_nonblock( s ); in socket_connect_client()
1371 socket_set_nonblock( fd ); in socket_accept_any()
1430 socket_set_nonblock(fds[0]); in socket_pair()
1431 socket_set_nonblock(fds[1]); in socket_pair()
1479 socket_set_nonblock(s1); in socket_pair()
Dsockets.h345 int socket_set_nonblock(int fd);
Demulator-console.c170 socket_set_nonblock(con->fd); in emulatorConsole_connect()