OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:to_cancel
(Results
1 - 3
of
3
) sorted by null
/external/libusb/libusb/
io.c
2272
struct usbi_transfer *
to_cancel
;
local
[
all
...]
/external/qemu/android/
async-socket.c
638
AsyncSocketIO* const
to_cancel
= _async_socket_pull_first_reader(as);
local
641
_async_socket_cancel_io(as,
to_cancel
);
642
async_socket_io_release(
to_cancel
);
654
AsyncSocketIO* const
to_cancel
= _async_socket_pull_first_writer(as);
local
657
_async_socket_cancel_io(as,
to_cancel
);
658
async_socket_io_release(
to_cancel
);
[
all
...]
android-device.c
1099
AsyncSendBuffer* const
to_cancel
= adsevent->send_pending;
local
[
all
...]
Completed in 481 milliseconds