Hello,
I am developing an in-kernel usb driver where I am queueing up
several asynchonous Reads to a bulk pipe, each with the same read
completion routine. If several read operations complete at the same time,
is the read completion function going to be called on a different thread
simultaneously for each completion, or is it going to be called serially
so that the read completion function must return for the first read before
the read completion function is called for the second read?
-Dan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Usb mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/usb/email@hidden
This email sent to email@hidden