HomeSort by relevance Sort by last modified time
    Searched defs:socket_set_nonblock (Results 1 - 2 of 2) sorted by null

  /external/qemu/
sockets.c 1115 int socket_set_nonblock(int fd) function
1310 socket_set_nonblock( s );
1389 socket_set_nonblock( fd );
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 1119 int socket_set_nonblock(int fd) function
1296 socket_set_nonblock( s );
1375 socket_set_nonblock( fd );
1434 socket_set_nonblock(fds[0]);
1435 socket_set_nonblock(fds[1]);
    [all...]

Completed in 148 milliseconds