Home
last modified time | relevance | path

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

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