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

  /external/qemu/
migration-tcp-android.c 53 static void tcp_wait_for_connect(void *opaque) function
111 qemu_set_fd_handler2(s->fd, NULL, NULL, tcp_wait_for_connect, s);
migration-tcp.c 53 static void tcp_wait_for_connect(void *opaque) function
119 qemu_set_fd_handler2(s->fd, NULL, NULL, tcp_wait_for_connect, s);

Completed in 137 milliseconds