Searched refs:poll_thread (Results 1 - 1 of 1) sorted by relevance

/external/libusb/examples/
H A Ddpfp_threaded.c69 static pthread_t poll_thread; variable
485 r = pthread_create(&poll_thread, NULL, poll_thread_main, NULL);
492 pthread_join(poll_thread, NULL);
499 pthread_join(poll_thread, NULL);
510 pthread_join(poll_thread, NULL);

Completed in 131 milliseconds