Cygwin: dsp: Reduce wait time for blocking read().
commit8b2b54b41da605e69a4f30919f24f7a7254d9314
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Tue, 5 Sep 2023 08:11:13 +0000 (5 17:11 +0900)
committerTakashi Yano <takashi.yano@nifty.ne.jp>
Tue, 5 Sep 2023 09:28:01 +0000 (5 18:28 +0900)
treec6e9668c505313f223dd4d261ce9fbdbe7bf752f
parent2654a5ba76de97f5211aa033fb1c7223a127e1b9
Cygwin: dsp: Reduce wait time for blocking read().

Previous wait time of 100msec is too long if application specifies
smaller buffer. With this patch, the wait time is reduced to 1msec.
winsup/cygwin/fhandler/dsp.cc