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)
Mon, Jul 6, 8:57 AM
Unknown Object (File)
Sat, Jun 20, 10:23 PM
Unknown Object (File)
Tue, Jun 9, 5:19 AM
Unknown Object (File)
Mon, Jun 8, 9:58 PM
Unknown Object (File)
Jun 8 2026, 8:07 AM
Unknown Object (File)
Jun 7 2026, 8:48 AM
Unknown Object (File)
Jun 4 2026, 1:27 AM
Unknown Object (File)
Jun 3 2026, 11:53 PM
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.