/external/libusb/ |
TODO | 5 offer API to create/destroy handle_events thread
|
ChangeLog | 984 critical memory leak in handle_events 986 This patch closes a critical memory leak in handle_events. The fds 988 handle_events with a timeout of 0, my system runs out of memory after a [all...] |
/external/chromium_org/third_party/libusb/src/libusb/ |
hotplug.c | 303 /* wakeup handle_events to do the actual free */
|
libusbi.h | 365 * should also take this lock in the handle_events path, to prevent the user 912 * from the context of handle_events. 954 int (*handle_events)(struct libusb_context *ctx, member in struct:usbi_os_backend [all...] |
io.c | 1925 static int handle_events(struct libusb_context *ctx, struct timeval *tv) function [all...] |
/external/ppp/pppd/ |
main.c | 260 static void handle_events __P((void)); 560 handle_events(); 584 handle_events(); 613 handle_events(); 634 handle_events(); 645 * handle_events - wait for something to happen and respond to it. 648 handle_events() function [all...] |
/external/libusb/libusb/ |
libusbi.h | 261 * should also take this lock in the handle_events path, to prevent the user 721 * from the context of handle_events. 763 int (*handle_events)(struct libusb_context *ctx, member in struct:usbi_os_backend
|
io.c | 1776 static int handle_events(struct libusb_context *ctx, struct timeval *tv) function [all...] |
core.c | 183 * - If there are ongoing transfers, libusb's handle_events loop will detect [all...] |
/external/mdnsresponder/mDNSPosix/ |
nss_mdns.c | 566 handle_events (DNSServiceRef sdref, result_map_t * result, const char * str); 907 status = handle_events (sdref, result, fullname); 982 status = handle_events (sdref, result, addr_str); 1000 handle_events (DNSServiceRef sdref, result_map_t * result, const char * str) function [all...] |
/external/libusb/libusb/os/ |
darwin_usb.c | [all...] |
linux_usbfs.c | [all...] |
/external/chromium_org/third_party/libusb/src/libusb/os/ |
darwin_usb.c | [all...] |
linux_usbfs.c | [all...] |