]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fusefs: eliminate some sleeps in the Interrupt tests
authorasomers <asomers@FreeBSD.org>
Thu, 9 May 2019 17:57:04 +0000 (17:57 +0000)
committerasomers <asomers@FreeBSD.org>
Thu, 9 May 2019 17:57:04 +0000 (17:57 +0000)
commit053cfb95647b96792f306ad624d5ab1bd39546d6
treeb6740c66c4a430a31dc880ede3cb8b0e8b2e3838
parent35b5ad0087558ef04ded48d7d5706eefb35bfb1a
fusefs: eliminate some sleeps in the Interrupt tests

Replace some sleeps with semaphore operations.  Not all sleeps can be
replaced, though.  Some are trying to lose a race.

Sponsored by: The FreeBSD Foundation
tests/sys/fs/fusefs/interrupt.cc