HomeFreeBSD

Improve my last commit: use a separate condvar to serialize.
rS194771Unpublished

Unpublished Commit ยท Learn More

No further details are available.

Description

Improve my last commit: use a separate condvar to serialize.

The advantage of using a separate condvar is that we can just use
cv_signal(9) instead of cv_broadcast(9). It makes no sense to wake up
multiple threads. It also makes the TTY code easier to understand.
t_dcdwait sounds totally unrelated.

Details

Provenance
edAuthored on
Parents
rS194770: Add one more reference to SEE ALSO. Sort while here.
Branches
Unknown
Tags
Unknown

Event Timeline