OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:event_thread_main
(Results
1 - 1
of
1
) sorted by null
/external/libusb/libusb/os/
darwin_usb.c
259
static void *
event_thread_main
(void *arg0) {
function
295
usbi_info (ctx, "libopenusb/darwin.c
event_thread_main
: thread ready to receive events");
300
usbi_info (ctx, "libopenusb/darwin.c
event_thread_main
: thread exiting");
325
pthread_create (&libusb_darwin_at, NULL,
event_thread_main
, (void *)ctx);
[
all
...]
Completed in 321 milliseconds