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

  /external/qemu/android/
async-socket.c 636 AsyncSocketIO* const to_cancel = _async_socket_pull_first_reader(as); local
639 _async_socket_cancel_io(as, to_cancel);
640 async_socket_io_release(to_cancel);
652 AsyncSocketIO* const to_cancel = _async_socket_pull_first_writer(as); local
655 _async_socket_cancel_io(as, to_cancel);
656 async_socket_io_release(to_cancel);
    [all...]
  /external/libusb/libusb/
io.c 2272 struct usbi_transfer *to_cancel; local
    [all...]
  /external/libusb_aah/libusb/
io.c 2502 struct usbi_transfer *to_cancel; local
    [all...]

Completed in 596 milliseconds