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 637 AsyncSocketIO* const to_cancel = _async_socket_pull_first_reader(as); local
640 _async_socket_cancel_io(as, to_cancel);
641 async_socket_io_release(to_cancel);
653 AsyncSocketIO* const to_cancel = _async_socket_pull_first_writer(as); local
656 _async_socket_cancel_io(as, to_cancel);
657 async_socket_io_release(to_cancel);
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/
io.c 2522 struct usbi_transfer *to_cancel; local
    [all...]
  /external/libusb/libusb/
io.c 2272 struct usbi_transfer *to_cancel; local
    [all...]

Completed in 1166 milliseconds