Page MenuHomeFreeBSD

tests/procdesc: Use a more efficient mechanism to block
ClosedPublic

Authored by markj on May 21 2026, 2:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jul 28, 9:29 AM
Unknown Object (File)
Sun, Jul 26, 11:47 AM
Unknown Object (File)
Sat, Jul 25, 10:43 PM
Unknown Object (File)
Fri, Jul 24, 4:03 PM
Unknown Object (File)
Fri, Jul 24, 1:53 AM
Unknown Object (File)
Wed, Jul 15, 7:23 AM
Unknown Object (File)
Wed, Jul 15, 7:23 AM
Unknown Object (File)
Mon, Jul 6, 8:57 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj requested review of this revision.May 21 2026, 2:09 PM

I would also consider adding some timeout by counting the number of usleep() calls, to avoid infinite wait.

This revision is now accepted and ready to land.May 21 2026, 2:15 PM
In D57149#1309603, @kib wrote:

I would also consider adding some timeout by counting the number of usleep() calls, to avoid infinite wait.

kyua itself provides a timeout mechanism, I think it's ok to rely on that?

In D57149#1309603, @kib wrote:

I would also consider adding some timeout by counting the number of usleep() calls, to avoid infinite wait.

kyua itself provides a timeout mechanism, I think it's ok to rely on that?

Sure.