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)
Sun, Aug 16, 12:59 AM
Unknown Object (File)
Fri, Aug 14, 8:43 PM
Unknown Object (File)
Thu, Aug 13, 5:19 AM
Unknown Object (File)
Wed, Aug 12, 8:03 PM
Unknown Object (File)
Wed, Aug 12, 12:19 AM
Unknown Object (File)
Tue, Aug 11, 4:11 PM
Unknown Object (File)
Mon, Aug 10, 2:33 PM
Unknown Object (File)
Mon, Aug 10, 11:00 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.