Searched refs:read_thread (Results 1 – 2 of 2) sorted by relevance
34 static void* read_thread(void* arg) { in read_thread() function139 pthread_create(&th, NULL, read_thread, (void *)(uintptr_t)ep1->bEndpointAddress); in usb_device_added()142 pthread_create(&th, NULL, read_thread, (void *)(uintptr_t)ep2->bEndpointAddress); in usb_device_added()
45 static void* read_thread(void* arg) { in read_thread() function150 pthread_create(&th, NULL, read_thread, NULL); in usb_device_added()