* Zhihui Zhang <[EMAIL PROTECTED]> [010423 12:33] wrote:
> 
> Do we have conditional/synchronization variable support in FreeBSD? If
> not, is there any alternative mechanism to use in the kernel? Thanks.

FreeBSD Current has these, see the cv_wait manpage.  FreeBSD stable
doesn't and you can use the traditional tsleep/wakeup/wakeup_one
mechanisms.

-- 
-Alfred Perlstein - [[EMAIL PROTECTED]]
Instead of asking why a piece of software is using "1970s technology,"
start asking why software is ignoring 30 years of accumulated wisdom.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to