Page MenuHomeFreeBSD

twsi: use tsleep instead of pause for better responsiveness
ClosedPublic

Authored by avg on Sep 3 2020, 8:29 AM.
Tags
None
Referenced Files
F135829521: D26309.id76582.diff
Thu, Nov 13, 7:33 AM
Unknown Object (File)
Tue, Nov 4, 5:26 PM
Unknown Object (File)
Tue, Nov 4, 5:14 PM
Unknown Object (File)
Tue, Nov 4, 5:13 PM
Unknown Object (File)
Tue, Nov 4, 5:13 PM
Unknown Object (File)
Mon, Nov 3, 4:31 PM
Unknown Object (File)
Sun, Nov 2, 7:30 AM
Unknown Object (File)
Sun, Nov 2, 1:47 AM
Subscribers

Details

Summary

wakeup() does not have any effect on pause(), so if a transfer was
not finished by the time of the first check, then the thread
would sleep full 30 ms.

To do: protect the transfer and interrupt code with the mutex,
switch from tsleep from msleep

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable