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/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
...]
/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
...]
Completed in 382 milliseconds